summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33991e3a39fc..cba62428d517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 22 15:19:40 UTC 2018
+# Sun Feb 10 09:22:55 UTC 2019
pkgbase = neru-icon-classic-theme
pkgdesc = Classic theme icons Neru
- pkgver = 2.4
- pkgrel = 3
+ pkgver = 2.5
+ pkgrel = 1
url = https://github.com/chistota/neru-icon-classic-theme
arch = any
license = LGPL3
@@ -11,8 +11,8 @@ pkgbase = neru-icon-classic-theme
depends = librsvg
depends = hicolor-icon-theme
replaces = neru-icon-classic-theme
- source = https://github.com/chistota/neru-icon-classic-theme/archive/v2.4.tar.gz
- sha512sums = 22F8E2AB6622082800C954D03409F9C5D018A4E309CFE9E315FE361383DAA0F04E577D31B7B45A085A167EBCC9D7F87CAA72C5EBD4428A62BDF1548C1BC54999
+ source = https://github.com/chistota/neru-icon-classic-theme/archive/v2.5.tar.gz
+ sha512sums = D6D59755C5E563B670A0E1EBA1F793F81264C32BC90B03DA3420AF2918F0FF7D1D6A47B6CE09A0C7CCFB8AB3C906313BC99080163536C52DA04AFE84FC575350
pkgname = neru-icon-classic-theme
diff --git a/PKGBUILD b/PKGBUILD
index 4c40096442e8..be448421e2a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: basigur
pkgname=neru-icon-classic-theme
-pkgver=2.4
-pkgrel=3
+pkgver=2.5
+pkgrel=1
pkgdesc="Classic theme icons Neru"
arch=('any')
url="https://github.com/chistota/neru-icon-classic-theme"
@@ -11,11 +11,10 @@ depends=('gtk-update-icon-cache' 'librsvg' 'hicolor-icon-theme')
replaces=('neru-icon-classic-theme')
conflicts=()
source=("https://github.com/chistota/"${pkgname}"/archive/v"${pkgver}".tar.gz")
-sha512sums=('22F8E2AB6622082800C954D03409F9C5D018A4E309CFE9E315FE361383DAA0F04E577D31B7B45A085A167EBCC9D7F87CAA72C5EBD4428A62BDF1548C1BC54999')
+sha512sums=('D6D59755C5E563B670A0E1EBA1F793F81264C32BC90B03DA3420AF2918F0FF7D1D6A47B6CE09A0C7CCFB8AB3C906313BC99080163536C52DA04AFE84FC575350')
package() {
- tar -xzf v${pkgver}.tar.gz
cd "$srcdir"/"${pkgname}-${pkgver}"
install -d "$pkgdir/usr/share/icons"
install -d "$pkgdir/usr/share/doc/${pkgname}"