diff options
Diffstat (limited to 'graphics/kphotoalbum/kphotoalbum.SlackBuild')
-rw-r--r-- | graphics/kphotoalbum/kphotoalbum.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/kphotoalbum/kphotoalbum.SlackBuild b/graphics/kphotoalbum/kphotoalbum.SlackBuild index 60bb1fc689632..5679244e9cc28 100644 --- a/graphics/kphotoalbum/kphotoalbum.SlackBuild +++ b/graphics/kphotoalbum/kphotoalbum.SlackBuild @@ -4,8 +4,8 @@ # By default the demo pictures and movie are packaged. PRGNAM=kphotoalbum -VERSION=${VERSION:-4.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -61,7 +61,7 @@ find . \ -exec chmod 644 {} \; if [ "$DOCBOOK_PATCH" = "yes" ]; then - patch -p1 < $CWD/kphotoalbum-4.2-docbook_xml.patch + patch -p1 < $CWD/kphotoalbum-4.3-docbook_xml.patch fi mkdir build && cd build |