summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-16 11:24:08 +0100
committerKonstantin Gizdov2018-10-16 11:24:08 +0100
commita62090bc279bbaa2860260046c9373f80e58dc32 (patch)
tree42451c9963470607c33ba8295ccfd4f63e371ab2
parentd5512ad1cdb45d81d4ef9bd62423348f5456a78a (diff)
downloadaur-a62090bc279bbaa2860260046c9373f80e58dc32.tar.gz
bump for recompilation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c059c0506cbe..97d68bf91219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simpletools
pkgdesc = Handy command line tools for ntuple manipulation and analysis.
pkgver = 2.0v.e574cc8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cofitzpa/simpletools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bd8bda90085a..1e3dbb54b119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simpletools
pkgver=2.0v.e574cc8
_commit=e574cc8
-pkgrel=3
+pkgrel=4
pkgdesc="Handy command line tools for ntuple manipulation and analysis."
arch=('i686' 'x86_64')
url="https://github.com/cofitzpa/simpletools"
@@ -20,18 +20,15 @@ options=('!emptydirs')
prepare() {
mkdir -p "${srcdir}/${pkgname}/build"
cd "${srcdir}/${pkgname}/build"
- msg2 'Configuring...'
cmake -C "${srcdir}/settings.cmake" "${srcdir}/${pkgname}"
}
build() {
cd "${srcdir}/${pkgname}/build"
- msg2 'Compiling...'
make
}
package() {
- msg2 'Installing...'
cd "${srcdir}/${pkgname}/build"
make DESTDIR="${pkgdir}" install