summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2024-01-19 09:42:28 +0100
committerMiguel Revilla2024-01-19 09:42:28 +0100
commitbf22dfe9b78cbe5aa93c5a704f7bbbd2302ed005 (patch)
tree82f075d513e201aaf2e2d93352a3c6ea25a58e44 /PKGBUILD
parent385d75ff58af96cc8e4eb933daf54b47756663c3 (diff)
downloadaur-scribus-svn.tar.gz
Fixed typo/warning in make command and bumped to latest svn release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2c849c1b33b..f08ef5d57aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Miguel Revilla Rodríguez <yo at miguelrevilla.com>
pkgname=scribus-svn
-pkgver=25993
+pkgver=25998
pkgrel=1
pkgdesc="A desktop publishing program - Version from SVN"
arch=('i686' 'x86_64')
@@ -72,7 +72,8 @@ build() {
-DWANT_SVNVERSION:BOOL=YES \
-DWANT_CPP17:BOOL=YES \
-DWANT_CPP17=ON \
- -DWITH_PODOFO=ON \
+ -DWITH_PODOFO=ON
+
make
}