summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2020-03-24 17:20:54 +0100
committerMattias Andrée2020-03-24 17:20:54 +0100
commit017389f8dee042491421f4a46a24abce0a3f01c5 (patch)
tree8a6159e21ed2e5645d51c86d7ae98a9ee20a3d42
parent8204f3b98270fe3e24b35c492b3791428994cc3e (diff)
downloadaur-017389f8dee042491421f4a46a24abce0a3f01c5.tar.gz
Update to 7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e25da92e2d0..233c0dabc3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = simple-icon-theme
pkgdesc = A very simple icon theme
- pkgver = 6
+ pkgver = 7
pkgrel = 1
url = https://github.com/maandree/simple-icon-theme
arch = any
license = custom:ISC
makedepends = librsvg
depends = gtk-update-icon-cache
- source = simple-icon-theme-6.tar.gz::https://github.com/maandree/simple-icon-theme/archive/6.tar.gz
- sha512sums = 7fff2faf1f611db8dcf0854798a8d366096b72578aca2da234a4c1ea4289e1090f8dabda2a499d76744a54f31ac1092d1d282a54b284c821dfa691ac39ec2040
+ source = simple-icon-theme-7.tar.gz::https://github.com/maandree/simple-icon-theme/archive/7.tar.gz
+ sha512sums = 01b594db48573c9e91ebb8f473d1090444f64c3709ad0e6007dd97ae9b36d32614318a49690fab345078e6000fe01a087130bea49391279caedfc17915f2109f
pkgname = simple-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 0b98f1e85f3d..5bbe8c9669f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=simple-icon-theme
-pkgver=6
+pkgver=7
pkgrel=1
pkgdesc='A very simple icon theme'
url='https://github.com/maandree/simple-icon-theme'
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=(gtk-update-icon-cache)
makedepends=(librsvg)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=(7fff2faf1f611db8dcf0854798a8d366096b72578aca2da234a4c1ea4289e1090f8dabda2a499d76744a54f31ac1092d1d282a54b284c821dfa691ac39ec2040)
+sha512sums=(01b594db48573c9e91ebb8f473d1090444f64c3709ad0e6007dd97ae9b36d32614318a49690fab345078e6000fe01a087130bea49391279caedfc17915f2109f)
build () {
cd "$srcdir/simple-icon-theme-$pkgver"