summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-03-15 14:12:40 +0200
committerCaleb Maclennan2016-03-15 14:12:40 +0200
commiteefbedf5d3ae3c9ae063e0c1f084410912b45454 (patch)
tree50c2d3c40d1ab7445d1d84befedbf23181336e23
parent4fc1a3bcbd1df397c41ac1602f3e04037f790244 (diff)
downloadaur-eefbedf5d3ae3c9ae063e0c1f084410912b45454.tar.gz
Comply with AUR packaging guidelines on version string
Also incorporates other feedback from aksr
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dda7e379d2d..1f82e5c9b091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 10:05:17 UTC 2016
+# Tue Mar 15 12:11:28 UTC 2016
pkgbase = otf-libertinus-git
- pkgdesc = The Libertinus font family, A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion.
- pkgver = 6.2_9_gee27ebc
+ pkgdesc = Libertinus font family, a fork of Linux Libertine and Linux Biolinum with bugfixes and an OpenType math companion.
+ pkgver = 6.2.r9.gee27ebc
pkgrel = 1
url = https://github.com/khaledhosny/libertinus
install = otf.install
@@ -12,7 +12,7 @@ pkgbase = otf-libertinus-git
depends = xorg-font-utils
provides = otf-libertinus
conflicts = otf-libertinus
- source = otf-libertinus-git::git://github.com/khaledhosny/libertinus.git
+ source = otf-libertinus-git::git+https://github.com/khaledhosny/libertinus.git
md5sums = SKIP
pkgname = otf-libertinus-git
diff --git a/PKGBUILD b/PKGBUILD
index 9ec766861d6d..32a1ad3f44db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=otf-libertinus-git
-pkgver=6.2_9_gee27ebc
+pkgver=6.2.r9.gee27ebc
pkgrel=1
-pkgdesc="The Libertinus font family, A fork of the Linux Libertine and Linux Biolinum fonts with bugfixes and an OpenType math companion."
+pkgdesc="Libertinus font family, a fork of Linux Libertine and Linux Biolinum with bugfixes and an OpenType math companion."
arch=('any')
url="https://github.com/khaledhosny/libertinus"
license=('custom: OFL')
@@ -12,12 +12,12 @@ depends=('fontconfig' 'xorg-font-utils')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=otf.install
-source=("$pkgname::git://github.com/khaledhosny/libertinus.git")
+source=("$pkgname::git+https://github.com/khaledhosny/libertinus.git")
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
- git describe --long --tags | sed 's/^v//;s/-/_/g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {