summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Holovin2019-03-28 23:37:17 +0200
committerRoman Holovin2019-03-28 23:37:17 +0200
commit56b62c84e12765aa9e57790d1c5eb7f39132176b (patch)
treee1fbf93f4ac8cf650750cf22e1a6cb6bf2cf441b
parent0bffa70d7c6ba609b6002d07ff87a4238a04d38f (diff)
downloadaur-56b62c84e12765aa9e57790d1c5eb7f39132176b.tar.gz
Update maintainer info, remove install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--ttf-weather-icons.install20
3 files changed, 3 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b25a0e4a790e..a02131cd82f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ttf-weather-icons
pkgdesc = Icon font with 222 weather themed icons
pkgver = 2.0.10
- pkgrel = 1
+ pkgrel = 2
url = https://erikflowers.github.io/weather-icons/
- install = ttf-weather-icons.install
arch = any
license = custom:"OFL"
source = https://github.com/erikflowers/weather-icons/archive/2.0.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index da0ca9d1679a..b6ebf9733e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Roman Golovin <https://wiki.archlinux.org/index.php/Special:EmailUser/Dantix>
+# Maintainer: Roman Holovin <https://wiki.archlinux.org/index.php/Special:EmailUser/Dantix>
pkgname=ttf-weather-icons
pkgver=2.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Icon font with 222 weather themed icons"
url="https://erikflowers.github.io/weather-icons/"
@@ -12,7 +12,6 @@ arch=('any')
source=("https://github.com/erikflowers/weather-icons/archive/$pkgver.tar.gz"
"LICENSE::http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=OFL_plaintext&filename=OFL.txt")
sha256sums=('51fc93425a61754b34ce298158de28984ad5904e58d42bbfc225704edde20d02' 'SKIP')
-install=$pkgname.install
package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
diff --git a/ttf-weather-icons.install b/ttf-weather-icons.install
deleted file mode 100644
index da3bd53a7174..000000000000
--- a/ttf-weather-icons.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- printf 'Updating font cache...'
- fc-cache -s > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- printf 'done\n'
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*