diff options
author | Simon Wilper | 2019-12-22 22:12:53 +0100 |
---|---|---|
committer | Simon Wilper | 2019-12-22 22:12:53 +0100 |
commit | 1f04da9cdd2e4cce24872e99f7677e730c22a77e (patch) | |
tree | d55564a45c58e7c808448fea1d89b8fec60dbe55 /PKGBUILD | |
parent | f34ca969055d2466c312d626400d7b28b64a4ea4 (diff) | |
download | aur-1f04da9cdd2e4cce24872e99f7677e730c22a77e.tar.gz |
without gstreamer 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}" } |