diff options
Diffstat (limited to 'development/psycopg2/psycopg2.SlackBuild')
-rw-r--r-- | development/psycopg2/psycopg2.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/psycopg2/psycopg2.SlackBuild b/development/psycopg2/psycopg2.SlackBuild index e7acad4154ac8..ac0d004453745 100644 --- a/development/psycopg2/psycopg2.SlackBuild +++ b/development/psycopg2/psycopg2.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for psycopg2 +# Copyright (c) 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright (c) 2007 Daniel de Kok <moc.mikciat@leinad> # Copyright (c) 2010-2011, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk> -# Copyright (c) 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psycopg2 -VERSION=${VERSION:-2.7.4} +VERSION=${VERSION:-2.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS INSTALL LICENSE NEWS README.rst \ +cp -a \ + AUTHORS INSTALL LICENSE NEWS README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |