summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-03-28 19:29:36 +0100
committerbartus2019-03-28 19:29:36 +0100
commit156daf68b8509a9c7c00104bebc79c8e19486ad2 (patch)
tree90526016e214244a9f481ad4f0fc435651fd71b5
parent3c5aef8f5e3a4249f184d14470d9241470393ffa (diff)
downloadaur-156daf68b8509a9c7c00104bebc79c8e19486ad2.tar.gz
forward to $$-git version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0441ce594f..75a91e4cd259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = cxxopts
+pkgbase = cxxopts-git
pkgdesc = Lightweight C++ command line option parser
pkgver = 2.1.1.r23.g3876c09
pkgrel = 1
@@ -7,8 +7,8 @@ pkgbase = cxxopts
license = MIT
makedepends = git
makedepends = cmake
- source = cxxopts::git+https://github.com/jarro2783/cxxopts.git
+ source = cxxopts-git::git+https://github.com/jarro2783/cxxopts.git
md5sums = SKIP
-pkgname = cxxopts
+pkgname = cxxopts-git
diff --git a/PKGBUILD b/PKGBUILD
index 225a337bdf91..7b6c653651c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
-pkgname=cxxopts
+_name=cxxopts
#for fragment you can use one of: #commit=, #tag=, #branch=
-#fragment=
+#_fragment="#tag=v2.1.2"
+pkgname=${_name}-git
pkgver=2.1.1.r23.g3876c09
pkgrel=1
pkgdesc="Lightweight C++ command line option parser"
@@ -9,7 +10,7 @@ arch=(any)
url="https://github.com/jarro2783/cxxopts"
license=(MIT)
makedepends=(git cmake)
-source=(${pkgname}::git+https://github.com/jarro2783/cxxopts.git${fragment})
+source=(${pkgname}::git+https://github.com/jarro2783/cxxopts.git${_fragment})
md5sums=(SKIP) #generate with 'makepkg -g'
pkgver() {