summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c2cb865457b..9f41c853f9f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=ttf-conkyweather
pkgver=20170224.3f71158
-pkgrel=1
+pkgrel=2
pkgdesc='ConkyWeather font - weather icons'
url="https://github.com/altinukshini/conky_blue"
license=('GPL')
arch=('any')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("git://github.com/altinukshini/conky_blue"
- 'install')
-install=install
+makedepends=('git')
+source=("git+https://github.com/altinukshini/conky_blue")
package() {
install -dm755 "${pkgdir}"/usr/share/fonts/TTF
install -m644 conky_blue/fonts/conkyweather.ttf "${pkgdir}"/usr/share/fonts/TTF
}
-md5sums=('SKIP'
- 'b9b03309f730947d472a63b0e5ca3bb1')
+md5sums=('SKIP')