summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2020-06-22 11:42:59 +0300
committerKonstantin Gizdov2020-06-22 11:42:59 +0300
commitb9c2f89c69b0a28246aeffbae6d401885d88f098 (patch)
tree4c717d5dc572e341d9c4575d942a213c792a7f0e
parentab5191475e93c25dbcfafaa9b5535a5e5408eb5f (diff)
downloadaur-b9c2f89c69b0a28246aeffbae6d401885d88f098.tar.gz
upgpkg: simpletools 2.0v.8e38d80-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd3cecaaf5f6..a4b9c5b49da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = simpletools
pkgdesc = Handy command line tools for ntuple manipulation and analysis
- pkgver = 2.0v.67c990f
+ pkgver = 2.0v.8e38d80
pkgrel = 1
url = https://github.com/cofitzpa/simpletools
arch = i686
arch = x86_64
license = GPL2
- makedepends = boost
makedepends = cmake
makedepends = git
- makedepends = root
depends = boost
depends = root
- source = simpletools::git+https://github.com/cofitzpa/simpletools#commit=67c990f
+ source = simpletools::git+https://github.com/cofitzpa/simpletools#commit=8e38d80
source = settings.cmake
sha256sums = SKIP
sha256sums = 540b86cd9997926026a5d277c819ae9c348bde7921158a78f3c676c855b6ab5e
diff --git a/PKGBUILD b/PKGBUILD
index bc3a9a10943b..058757cbbc89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Konstantin Gizdov < arch at kge dot pw >
pkgname=simpletools
-pkgver=2.0v.67c990f
-_commit=67c990f
+_commit=8e38d80
+pkgver=2.0v.${_commit}
pkgrel=1
pkgdesc="Handy command line tools for ntuple manipulation and analysis"
arch=('i686' 'x86_64')
url="https://github.com/cofitzpa/simpletools"
license=('GPL2')
-makedepends=('boost' 'cmake' 'git' 'root')
+makedepends=('cmake' 'git')
depends=('boost' 'root')
source=("${pkgname}::git+https://github.com/cofitzpa/simpletools#commit=${_commit}"
'settings.cmake')