summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAline Abler2023-12-28 21:08:43 +0100
committerAline Abler2023-12-28 21:13:12 +0100
commitdf31ddc545c9b973c5eb77bb3e34ed02e6b7ccd1 (patch)
tree240873f13280b90a5b9481bd134d751cac9356ec /PKGBUILD
parentcdda4bbba2b16ce764cf501a690fda364a658f4c (diff)
downloadaur-ttf-conkyweather.tar.gz
Update PKGBUILD and remove redundant install file
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')