summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingye Wang2018-02-28 19:57:42 -0500
committerMingye Wang2018-02-28 19:57:42 -0500
commite194bb5b7517d9d084296ae3e5a6d017bc2b64ae (patch)
tree1351de8d351b4a85cf08c72f225e7de35791ccdb
parent5ce13ae477ac7d0dc491733594c4fa38a85c081d (diff)
downloadaur-e194bb5b7517d9d084296ae3e5a6d017bc2b64ae.tar.gz
match pkgver again and disable auto-version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5446387b604a..c42188012458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fontconfig-srb
pkgdesc = A library for configuring and customizing font access (michalsrb performance patch, AOSC variant)
- pkgver = 2.12.93+srb+7+ga4e6fc6
+ pkgver = 2.12.93+aosc+rel2
pkgrel = 1
url = https://github.com/AOSC-Dev/fontconfig
install = fontconfig.install
diff --git a/PKGBUILD b/PKGBUILD
index 40ea886bb39e..b432d5fc4be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=fontconfig-srb
-pkgver=2.12.93+srb+7+ga4e6fc6
+pkgver=2.12.93+aosc+rel2
pkgrel=1
pkgdesc="A library for configuring and customizing font access (michalsrb performance patch, AOSC variant)"
arch=(x86_64)
@@ -25,10 +25,10 @@ sha256sums=('SKIP'
# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
# http://getemoji.com/
-pkgver() {
- cd $pkgname
- git describe --tags | sed -e '^v//g' -e 's/-/+/g'
-}
+#pkgver() {
+# cd $pkgname
+# git describe --tags | sed -e 's/^v//g' -e 's/-/+/g'
+#}
prepare() {
cd $pkgname