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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 23 17:48:43 UTC 2014


    Date: Thursday, October 23, 2014 @ 19:48:43
  Author: bpiotrowski
Revision: 121316

upgpkg: slop 3.1.9-1

new upstream release

Modified:
  slop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-23 17:27:17 UTC (rev 121315)
+++ PKGBUILD	2014-10-23 17:48:43 UTC (rev 121316)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof <naelstrof at gmail.com>
 
 pkgname=slop
-pkgver=3.1.5
+pkgver=3.1.9
 pkgrel=1
 pkgdesc='Utility to query the user for a selection and print the region to stdout'
 arch=('i686' 'x86_64')
@@ -10,11 +10,14 @@
 url='https://github.com/naelstrof/slop'
 license=('GPL3')
 depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
 
 build() {
-  make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
 }
 
 package() {



More information about the arch-commits mailing list