summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Hebrok2023-01-31 13:01:36 +0100
committerSven Hebrok2023-01-31 13:01:36 +0100
commit4caa3516dee09887c838d6cd30c544b513c43401 (patch)
tree7e419456d0afe959b01f7879696d598187589312 /PKGBUILD
parentf51c02a524312284893cd935ed626ff9a5b1f5d4 (diff)
downloadaur-4caa3516dee09887c838d6cd30c544b513c43401.tar.gz
Set build variable
Allows this package to be easily identifiable with `cups-config --build`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 075d1fb397ac..8d144719577f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase="cups-gssapi"
pkgname=('libcups-gssapi' 'cups-gssapi')
pkgver=2.4.2
-pkgrel=3.1
+pkgrel=3.2
epoch=1
arch=('x86_64')
license=('Apache' 'custom')
@@ -71,7 +71,7 @@ build() {
export DSOFLAGS=${LDFLAGS}
# use fixed cups user (id 209) since systemd adds "lp" group without a fixed id
- ./configure --prefix=/usr --enable-gssapi \
+ ./configure --prefix=/usr --enable-gssapi --with-cups-build="cups-gssapi-${pkgver}" \
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \