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

Eli Schwartz eschwartz at archlinux.org
Sun Nov 24 03:04:12 UTC 2019


    Date: Sunday, November 24, 2019 @ 03:04:11
  Author: eschwartz
Revision: 532429

upgpkg: xapps 1.6.2-1: upstream release

Modified:
  xapps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 02:07:51 UTC (rev 532428)
+++ PKGBUILD	2019-11-24 03:04:11 UTC (rev 532429)
@@ -3,8 +3,8 @@
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
 pkgname=xapps
-pkgver=1.4.9
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
@@ -12,14 +12,17 @@
 depends=('libgnomekbd')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'python2-gobject' 'vala')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c2122c8c0616b07aca0654c86810549545363733ad36ec6f27451345083c80ca')
-b2sums=('cee89f34d9430288c4ba8e770db4b7652a90d405bbfd7ddbe488f85cf0a60957b02a1a21b201a9da5d690d999848a89b16ecbbbeab027628aa32018a41aeec19')
+sha256sums=('d282b44116eb3f2e1d92f82bfcce005218d27e2ba068c27b5aae7c60edee3129')
+b2sums=('6e03175f50ac2aa1ae0a4e402bce25030f71bc80f93a700cef43f5660206a1989e8e6efdbacf873c46f7de79994b5602dc56cf0c1fc062cf82cbae99aa6cf85a')
 
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
     cd "${srcdir}"/${pkgname}-${pkgver}/build
 
-    meson --prefix=/usr --buildtype=plain ..
+    meson --prefix=/usr \
+          --libexecdir=lib \
+          --buildtype=plain \
+          ..
     samu
 }
 



More information about the arch-commits mailing list