[arch-commits] Commit in xcb-util-xrm/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jan 20 00:10:21 UTC 2017


    Date: Friday, January 20, 2017 @ 00:10:20
  Author: anthraxx
Revision: 208073

upgpkg: xcb-util-xrm 1.2-2 (fix non-deterministic build)

using upstream tarball distributions that include the sub-dependency
for m4. Before, the m4 git HEAD was used that results in a non
deterministic build

Modified:
  xcb-util-xrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 22:43:25 UTC (rev 208072)
+++ PKGBUILD	2017-01-20 00:10:20 UTC (rev 208073)
@@ -3,27 +3,19 @@
 
 pkgname=xcb-util-xrm
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='XCB utility functions for the X resource manager'
 arch=(i686 x86_64)
 url='https://github.com/Airblader/xcb-util-xrm'
 license=(MIT)
 depends=(xcb-util)
-makedepends=(xorg-util-macros libx11 git)
-source=($pkgname-$pkgver.zip::https://github.com/Airblader/xcb-util-xrm/archive/v$pkgver.zip
-        git://anongit.freedesktop.org/xcb/util-common-m4.git)
-md5sums=('a99bf14d9099243befd1b6231025a6c3'
-         'SKIP')
+makedepends=(xorg-util-macros libx11)
+source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
+sha256sums=('c4a1d64d4a6973c649e3b6e3c418242f11e39c65d4d227d555d48f6df0558567')
 
-prepare() {
-  cd xcb-util-xrm-$pkgver
-  rm -r m4
-  ln -sf $srcdir/util-common-m4 m4
-}
-
 build() {
   cd xcb-util-xrm-$pkgver
-  ./autogen.sh --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list