summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {