[arch-commits] Commit in xsecurelock/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Mon Apr 15 18:47:27 UTC 2019


    Date: Monday, April 15, 2019 @ 18:47:26
  Author: shibumi
Revision: 451723

upgpkg: xsecurelock 1.3-1

Modified:
  xsecurelock/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-15 18:44:00 UTC (rev 451722)
+++ PKGBUILD	2019-04-15 18:47:26 UTC (rev 451723)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Johannes Wienke <languitar at semipol.de>
 pkgname=xsecurelock
-pkgver=1.2
-pkgrel=6
+pkgver=1.3
+pkgrel=1
 pkgdesc="X11 screen lock utility with security in mind"
 arch=('x86_64')
 url="https://github.com/google/xsecurelock"
@@ -16,12 +16,12 @@
             '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=('0bf338bca2d49b89882cb280470e66cd3b0afa4c1671ba1a7aeef7e71deff3bd6edca2eac1b213ce61028a7fadbe8ba981cbd78db18815fce35bb7558bc359ac')
+sha512sums=('a38d3cbc0c4144371fe92a9831818f4281ddbf0886352d4924b8e378f98d160adf75b48cf165b96a991f89b03a6dcaeb5d81647c77747599aac8799cb8da323e')
 
 prepare() {
     cd "${pkgname}-${pkgver}"
     # TODO remove with the next release (https://github.com/google/xsecurelock/issues/59)
-    echo 'const char *const git_version = "1.2";' > version.c
+    echo 'const char *const git_version = "1.3";' > version.c
 }
 
 build() {



More information about the arch-commits mailing list