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

Andreas Radke andyrtr at archlinux.org
Sat May 23 17:57:46 UTC 2015


    Date: Saturday, May 23, 2015 @ 19:57:46
  Author: andyrtr
Revision: 239678

upgpkg: liborcus 0.9.1-1

upstream update 0.9.1

Modified:
  liborcus/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-23 17:33:42 UTC (rev 239677)
+++ PKGBUILD	2015-05-23 17:57:46 UTC (rev 239678)
@@ -9,8 +9,8 @@
 arch=('i686' 'x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md"
 license=('MPL')
-#depends=('zlib' 'mdds' 'libixion')
-#makedepends=('boost')
+depends=('libixion')
+makedepends=('boost' 'mdds')
 source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
 sha1sums=('2115ccccad88c528bc9d3ac5d0cc287f80f03529')
 
@@ -20,6 +20,11 @@
     make
 }
 
+check() {
+    cd ${pkgname}-${pkgver}
+    make -k check
+}
+
 package() {
     cd ${pkgname}-${pkgver}
     make DESTDIR=$pkgdir install



More information about the arch-commits mailing list