summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2018-06-12 20:34:28 +0200
committerMattias Andrée2018-06-12 20:34:28 +0200
commit39e0af8ab96589a31faadb655e44cd2bc774201c (patch)
treed41d648f52ba97872e0e0b32f1a1d71f44111282
parentd264e8f35cf5738d4a46ddb76c8da6cc198a2577 (diff)
downloadaur-39e0af8ab96589a31faadb655e44cd2bc774201c.tar.gz
Update to 2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b47b2032961e..b3423a5d3ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jun 10 21:36:43 UTC 2018
+# Tue Jun 12 18:34:28 UTC 2018
pkgbase = simple-icon-theme
pkgdesc = A very simple icon theme
- pkgver = 1
+ pkgver = 2
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-1.tar.gz::https://github.com/maandree/simple-icon-theme/archive/1.tar.gz
- sha512sums = 6668b308e74f679ce59e18f1e0d8527d84f906d0b732f94d2f83c73ec9ebd3183b50ff525f2381d8e2f8d1fe393956da38107c1d281a19f2373877721d1c5d90
+ source = simple-icon-theme-2.tar.gz::https://github.com/maandree/simple-icon-theme/archive/2.tar.gz
+ sha512sums = ee6bb9a5e1f19f39e7b2b04c3c530d334402ccbb60b177eff796cdd30ae48b354d326bd6676e24d4806339d18cc3555fd05cb4071b6fd8b7c3e564c56a48c9b7
pkgname = simple-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index b483ad893b2a..7b689fbb152b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=simple-icon-theme
-pkgver=1
+pkgver=2
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=(6668b308e74f679ce59e18f1e0d8527d84f906d0b732f94d2f83c73ec9ebd3183b50ff525f2381d8e2f8d1fe393956da38107c1d281a19f2373877721d1c5d90)
+sha512sums=(ee6bb9a5e1f19f39e7b2b04c3c530d334402ccbb60b177eff796cdd30ae48b354d326bd6676e24d4806339d18cc3555fd05cb4071b6fd8b7c3e564c56a48c9b7)
build () {
cd "$srcdir/simple-icon-theme-$pkgver"