summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-02-21 14:49:36 +0100
committerKonstantin Gizdov2018-02-21 14:49:36 +0100
commitd5512ad1cdb45d81d4ef9bd62423348f5456a78a (patch)
treeed06ec3546c6cf2dc8ed6d63de7ea4f657212f6b
parenteaa4d8071f15b7122fe3f723e85b47343c853400 (diff)
downloadaur-d5512ad1cdb45d81d4ef9bd62423348f5456a78a.tar.gz
pull specified commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86323dd4fd75..c059c0506cbe 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 = 2
+ pkgrel = 3
url = https://github.com/cofitzpa/simpletools
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = simpletools
depends = root
provides = simpletools
options = !emptydirs
- source = simpletools::git+https://github.com/cofitzpa/simpletools
+ source = simpletools::git+https://github.com/cofitzpa/simpletools#commit=e574cc8
source = settings.cmake
sha256sums = SKIP
sha256sums = 540b86cd9997926026a5d277c819ae9c348bde7921158a78f3c676c855b6ab5e
diff --git a/PKGBUILD b/PKGBUILD
index d936ecc34e06..bd8bda90085a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=simpletools
pkgver=2.0v.e574cc8
-pkgrel=2
+_commit=e574cc8
+pkgrel=3
pkgdesc="Handy command line tools for ntuple manipulation and analysis."
arch=('i686' 'x86_64')
url="https://github.com/cofitzpa/simpletools"
license=('GPL2')
provides=('simpletools')
depends=('root')
-source=("${pkgname}::git+https://github.com/cofitzpa/simpletools"
+source=("${pkgname}::git+https://github.com/cofitzpa/simpletools#commit=${_commit}"
'settings.cmake')
sha256sums=('SKIP'
'540b86cd9997926026a5d277c819ae9c348bde7921158a78f3c676c855b6ab5e')