summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-29 18:28:33 +0300
committerKonstantin Gizdov2019-04-29 18:28:33 +0300
commitdc73f69d4a6b5db485030c364f443908e5e3ce0e (patch)
treee8a7ebce01833231765d664077bd267df3f400cb
parent710c122326edd0faa38bd212109dd243f5115303 (diff)
downloadaur-dc73f69d4a6b5db485030c364f443908e5e3ce0e.tar.gz
fix pkgdesc and provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f49cc17d26..3fd005fc8920 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = simpletools
- pkgdesc = Handy command line tools for ntuple manipulation and analysis.
+ pkgdesc = Handy command line tools for ntuple manipulation and analysis
pkgver = 2.0v.e574cc8
pkgrel = 6
url = https://github.com/cofitzpa/simpletools
@@ -12,7 +12,6 @@ pkgbase = simpletools
makedepends = root
depends = boost
depends = root
- provides = simpletools
source = simpletools::git+https://github.com/cofitzpa/simpletools#commit=e574cc8
source = settings.cmake
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa5c90855049..d65072da90cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,10 @@ pkgname=simpletools
pkgver=2.0v.e574cc8
_commit=e574cc8
pkgrel=6
-pkgdesc="Handy command line tools for ntuple manipulation and analysis."
+pkgdesc="Handy command line tools for ntuple manipulation and analysis"
arch=('i686' 'x86_64')
url="https://github.com/cofitzpa/simpletools"
license=('GPL2')
-provides=('simpletools')
makedepends=('boost' 'cmake' 'git' 'root')
depends=('boost' 'root')
source=("${pkgname}::git+https://github.com/cofitzpa/simpletools#commit=${_commit}"