summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2020-09-11 13:56:46 +0200
committerThomas Weißschuh2020-09-11 13:56:46 +0200
commit656697572f30379d6e2a0edb8fa32eeca3f729e1 (patch)
tree8cc85700e06e08114ed8a2fb1dd7dbe095570ebd
parentfd646f9454fff0db27faa6fb8008bc9c22e4afca (diff)
downloadaur-ttf-openwebicons.tar.gz
upgpkg: ttf-openwebicons 1.6.2-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--install13
3 files changed, 6 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be040a10dacf..2e2f5f05f896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = ttf-openwebicons
pkgdesc = Set of icons to show the support for the Open Web
- pkgver = 1.2.0
+ pkgver = 1.6.2
pkgrel = 1
url = http://pfefferle.github.io/openwebicons/
- install = install
arch = any
license = custom
- source = ttf-openwebicons-1.2.0::https://github.com/pfefferle/openwebicons/archive/1.2.0.tar.gz
- source = install
- sha256sums = 0e77e2e511d0642a99396287a7c9ebda3f95f798cc7e0f3ddcf6f1e78b676c8c
- sha256sums = a794e8e9f8f8227e6b70ba42b96efe81651856b9e1b335c3094318844af06b45
+ source = ttf-openwebicons-1.6.2.tar.gz::https://github.com/pfefferle/openwebicons/archive/1.6.2.tar.gz
+ sha256sums = b4ae53a86478e0dafb3960bc94f438aa5e8203752eabeff0ad46a7d8adeaa667
pkgname = ttf-openwebicons
diff --git a/PKGBUILD b/PKGBUILD
index b8d9e1cfe8a6..3eee7397c968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=ttf-openwebicons
-pkgver=1.2.0
+pkgver=1.6.2
pkgrel=1
pkgdesc='Set of icons to show the support for the Open Web'
url='http://pfefferle.github.io/openwebicons/'
license=('custom')
arch=('any')
-source=(${pkgname}-${pkgver}::"https://github.com/pfefferle/openwebicons/archive/${pkgver}.tar.gz"
- 'install')
-install=install
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pfefferle/openwebicons/archive/${pkgver}.tar.gz")
package() {
cd "${srcdir}/openwebicons-${pkgver}"
@@ -18,5 +16,4 @@ package() {
install -Dm644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/License.txt"
}
-sha256sums=('0e77e2e511d0642a99396287a7c9ebda3f95f798cc7e0f3ddcf6f1e78b676c8c'
- 'a794e8e9f8f8227e6b70ba42b96efe81651856b9e1b335c3094318844af06b45')
+sha256sums=('b4ae53a86478e0dafb3960bc94f438aa5e8203752eabeff0ad46a7d8adeaa667')
diff --git a/install b/install
deleted file mode 100644
index 0fc2f60814bc..000000000000
--- a/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- fc-cache -s -f > /dev/null
- mkfontscale usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}