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

David Runge dvzrv at archlinux.org
Wed Jul 25 15:45:35 UTC 2018


    Date: Wednesday, July 25, 2018 @ 15:45:34
  Author: dvzrv
Revision: 363386

upgpkg: sord 0.16.2-1

Upgrading to 0.16.2.

Modified:
  sord/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-25 15:25:35 UTC (rev 363385)
+++ PKGBUILD	2018-07-25 15:45:34 UTC (rev 363386)
@@ -4,16 +4,16 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=sord
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.16.2
+pkgrel=1
 pkgdesc="A lightweight C library for storing RDF data in memory"
 arch=('x86_64')
 url="https://drobilla.net/software/sord/"
 license=('custom:ISC')
 depends=('serd' 'pcre')
-makedepends=('python')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249'
+makedepends=('python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('fe143c07ed18c15ffaf2461ca587df76e365a075f5d93f5eaa4c26196e0b1dd59d24d16e176de3664a2658377a2934083af5742c80884e8e7dd201dcaccb9698'
             'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
 
@@ -25,25 +25,25 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr \
+  python2 waf configure --prefix=/usr \
                        --test
-  python waf build
+  python2 waf build
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python waf test --verbose-tests
+  python2 waf test --verbose-tests
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="$pkgdir"
+  python2 waf install --destdir="$pkgdir"
   # license
-  install -vDm644 COPYING \
+  install -vDm 644 COPYING \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   # docs
   install -t "$pkgdir/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,NEWS,README}
+    -vDm 644 {AUTHORS,NEWS,README}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list