[arch-commits] Commit in xsecurelock/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Wed Jun 12 09:23:06 UTC 2019
Date: Wednesday, June 12, 2019 @ 09:23:05
Author: maximbaz
Revision: 480633
upgpkg: xsecurelock 1.4.0-1
Modified:
xsecurelock/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-12 08:26:44 UTC (rev 480632)
+++ PKGBUILD 2019-06-12 09:23:05 UTC (rev 480633)
@@ -2,7 +2,7 @@
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
# Contributor: Johannes Wienke <languitar at semipol.de>
pkgname=xsecurelock
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="X11 screen lock utility with security in mind"
arch=('x86_64')
@@ -16,14 +16,8 @@
'xorg-xset: for the saver_blank module'\
'xscreensaver: for the saver_xscreensaver module')
source=("https://github.com/google/xsecurelock/archive/v${pkgver}.tar.gz")
-sha512sums=('a8c1e70068ed01889aecf75336550e27b071616b35aba090d4a230a85dada27a535f8d61a0e8a0fcb67ba70edd2e54acb13f6af7dcd1ca258837f3acee6d5dec')
+sha512sums=('f882099750d769a83331c1d3b521e84d4f2592089fb0f2fdcb21c34911e0ccf1fb62dc46ebfa63195f63f51c33520731961eb1ee597b9bfad635f4ab279a3c7c')
-prepare() {
- cd "${pkgname}-${pkgver}"
- # TODO remove with the next release (https://github.com/google/xsecurelock/issues/59)
- echo 'const char *const git_version = "1.3";' > version.c
-}
-
build() {
cd "${pkgname}-${pkgver}"
sh autogen.sh
@@ -30,7 +24,7 @@
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--with-pam-service-name=system-auth
- make
+ make GIT_VERSION="${pkgver}"
}
package() {
More information about the arch-commits
mailing list