summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormindlikewater2016-04-03 18:45:10 +0200
committermindlikewater2016-04-03 18:45:10 +0200
commit17a597c4b8d5bd7489814cee4b99603b8d48e3ff (patch)
tree1ebfb56801704db74aa1724811d18991e070a14d
parentd0c3d26cb0989eb98b3789a3950953ca28673b77 (diff)
downloadaur-17a597c4b8d5bd7489814cee4b99603b8d48e3ff.tar.gz
Fixed faulty url format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 704ececb59e1..146d17a631fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-geosans-light
pkgdesc = Asian style font, clean and beautiful
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.dafont.com/geo-sans-light.font
install = ttf-geosans-light.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 648b7db44e6d..f2e50d9684fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=ttf-geosans-light
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Asian style font, clean and beautiful"
-url=('http://www.dafont.com/geo-sans-light.font')
+url='http://www.dafont.com/geo-sans-light.font'
arch=('any')
license=('custom')
depends=('fontconfig' 'xorg-font-utils')