summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2019-12-22 22:12:53 +0100
committerSimon Wilper2019-12-22 22:12:53 +0100
commit1f04da9cdd2e4cce24872e99f7677e730c22a77e (patch)
treed55564a45c58e7c808448fea1d89b8fec60dbe55 /PKGBUILD
parentf34ca969055d2466c312d626400d7b28b64a4ea4 (diff)
downloadaur-1f04da9cdd2e4cce24872e99f7677e730c22a77e.tar.gz
without gstreamer 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdee4bc36cd4..115b8d6cb802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,12 +37,13 @@ prepare() {
--disable-cups\
--enable-release-build\
--enable-python=fully-internal\
+ --disable-gstreamer-1-0\
--with-galleries=no\
--with-java=no\
--without-fonts\
--without-help\
--with-vendor="sxw@chronowerks.de"\
- --with-extra-buildid="This is Sparta: ${build_hash}-${build_date}"\
+ --with-extra-buildid="built by Chronowerks: ${build_hash}-${build_date}"\
--with-build-version="${pkgver}-${pkgrel}"
}