[arch-commits] Commit in slop/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Mon May 14 17:13:05 UTC 2018
Date: Monday, May 14, 2018 @ 17:13:03
Author: lfleischer
Revision: 322222
upgpkg: slop 7.4-1
Upstream update.
Modified:
slop/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-14 16:16:33 UTC (rev 322221)
+++ PKGBUILD 2018-05-14 17:13:03 UTC (rev 322222)
@@ -3,8 +3,8 @@
# Contributor: naelstrof <naelstrof at gmail.com>
pkgname=slop
-pkgver=7.3.48
-pkgrel=3
+pkgver=7.4
+pkgrel=1
pkgdesc='Utility to query the user for a selection and print the region to stdout'
arch=('x86_64')
url='https://github.com/naelstrof/slop'
@@ -12,11 +12,11 @@
depends=('libxext' 'libx11' 'mesa' 'glew' 'libxrender')
makedepends=('cmake' 'glm')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
-md5sums=('4a5ffe4828510f27d67429fa1d9f4011')
+md5sums=('cdf2369c033778a90c7518e357b5a92a')
build() {
cd "$pkgname-$pkgver"
- cmake -DCMAKE_INSTALL_PREFIX=/usr . .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
make
}
More information about the arch-commits
mailing list