summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Bishop2020-05-11 11:59:58 -0400
committerAaron Bishop2020-05-11 11:59:58 -0400
commitf61393e51f976de44f19e5ded166baaae13cc3cf (patch)
tree721d4a7ebbadc32eb087be6a9c6879ec683f3d2a
parent3408e07e4f4b0ada55c935efa50b6655a17d7611 (diff)
downloadaur-f61393e51f976de44f19e5ded166baaae13cc3cf.tar.gz
Remove i686 arch
Update url Improve pkgver to include current version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1203625bdba9..f298b64b0b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = fastcgi++-git
pkgdesc = This library is intended as a high-efficiency C++14 api for web development.
- pkgver = bac13ff
- pkgrel = 1
- url = http://isatec.ca/fastcgipp/
+ pkgver = 3.0.r88.g02ca540
+ pkgrel = 2
+ url = https://fastcgipp.isatec.ca
arch = x86_64
- arch = i686
license = LGPL
makedepends = git
conflicts = fastcgi++
diff --git a/PKGBUILD b/PKGBUILD
index bcef79eaadc3..5592d3a9a9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=fastcgi++-git
_pkgname=fastcgipp
-pkgver=bac13ff
-pkgrel=1
+pkgver=3.0.r88.g02ca540
+pkgrel=2
pkgdesc="This library is intended as a high-efficiency C++14 api for web development."
-arch=('x86_64' 'i686')
-url="http://isatec.ca/fastcgipp/"
+arch=('x86_64')
+url="https://fastcgipp.isatec.ca"
_url="https://github.com/eddic/fastcgipp"
license=('LGPL')
depends=()
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --always
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {