summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lenzen2016-02-20 18:18:43 +0600
committerMike Lenzen2016-02-20 18:18:43 +0600
commitfc5cf0721cfa984e8a7a4ece8f2deb255c5a170d (patch)
tree154119a5a62b57be3d85e28d08280558eb17c530
parent1e8d30e29dd01468fa3c1456e5645851f4ab22a6 (diff)
downloadaur-fc5cf0721cfa984e8a7a4ece8f2deb255c5a170d.tar.gz
fixed url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3769992a5766..ff3f76f7f43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver() {
cd "$srcdir/$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgrel=1
+pkgrel=2
pkgdesc="A serif based on the work of a famous Czech-American type designer of yesteryear."
-url=('https://github.com/theleagueof/fanwood')
+url='https://github.com/theleagueof/fanwood'
arch=(any)
depends=(fontconfig xorg-font-utils)
source=("$pkgname::git://github.com/theleagueof/fanwood")