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

Lukas Fleischer lfleischer at archlinux.org
Thu Jun 7 15:29:52 UTC 2018


    Date: Thursday, June 7, 2018 @ 15:29:52
  Author: lfleischer
Revision: 341857

upgpkg: libfakekey 0.3-1

Upstream update.

Modified:
  libfakekey/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 15:29:50 UTC (rev 341856)
+++ PKGBUILD	2018-06-07 15:29:52 UTC (rev 341857)
@@ -2,19 +2,20 @@
 # Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
 
 pkgname=libfakekey
-pkgver=0.1
-pkgrel=7
+pkgver=0.3
+pkgrel=1
 pkgdesc='X virtual keyboard library.'
 arch=('x86_64')
 url='https://www.yoctoproject.org/tools-resources/projects/matchbox'
 license=('GPL')
 depends=('libxtst')
-source=("https://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('83dbde4d77e8baf0176fe4291d8a2303')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
+md5sums=('32c4939ed9ec6c96f6b630fa5513687d')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
   make AM_LDFLAGS=-lX11
 }



More information about the arch-commits mailing list