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

Antonio Rojas arojas at archlinux.org
Fri Mar 3 07:19:11 UTC 2017


    Date: Friday, March 3, 2017 @ 07:19:10
  Author: arojas
Revision: 289910

Update to 0.3.2

Modified:
  libkeybinder3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-03 02:57:12 UTC (rev 289909)
+++ PKGBUILD	2017-03-03 07:19:10 UTC (rev 289910)
@@ -3,7 +3,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=libkeybinder3
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="A library for registering global keyboard shortcuts"
 arch=('i686' 'x86_64')
@@ -12,8 +12,10 @@
 depends=('gtk3')
 makedepends=('gtk-doc' 'gobject-introspection')
 optdepends=('lua-lgi: lua bindings')
-source=(http://archive.ubuntu.com/ubuntu/pool/universe/k/keybinder-3.0/keybinder-3.0_${pkgver}.orig.tar.gz)
-sha1sums=('f7505c952da4238992b6497bd30654cc08c755be')
+source=(https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$pkgver/keybinder-3.0-$pkgver.tar.gz{,.sig})
+sha1sums=('d23c12440b54cb0f40e7e876c22001dc7b5714b0'
+          'SKIP')
+validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A44445') # Ulrik Sverdrup <ulrik.sverdrup at gmail.com>
 
 build() {
   cd keybinder-3.0-${pkgver}



More information about the arch-commits mailing list