summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2018-12-09 07:35:46 +0500
committerbasigur2018-12-09 07:35:46 +0500
commitb0fcbd71ca05523016641cacf8f211ad25b5529e (patch)
treee4db14f222608494e95936a3ecdc47ae36c8aa48
parent5f06d7351f2bb169577e8dcc2fb72cae3da14457 (diff)
downloadaur-b0fcbd71ca05523016641cacf8f211ad25b5529e.tar.gz
v2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5c4c44fb81..1eb152b2408a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by makepkg 5.1.1
-# Sun Nov 11 04:46:52 UTC 2018
+# Sun Dec 9 00:47:42 UTC 2018
pkgbase = neru-icon-classic-theme
pkgdesc = Classic theme icons Neru
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/chistota/neru-icon-classic-theme
arch = any
- license = LGPLv3
+ license = LGPL3
replaces = neru-icon-classic-theme
- source = https://github.com/chistota/neru-icon-classic-theme/archive/v2.3.tar.gz
- sha256sums = cd4db2d06c90355a3c1da834e0d8740ff8901569f8a8a44cf7f72f27380b61c2
+ source = https://github.com/chistota/neru-icon-classic-theme/archive/v2.4.tar.gz
+ sha512sums = 22F8E2AB6622082800C954D03409F9C5D018A4E309CFE9E315FE361383DAA0F04E577D31B7B45A085A167EBCC9D7F87CAA72C5EBD4428A62BDF1548C1BC54999
pkgname = neru-icon-classic-theme
diff --git a/PKGBUILD b/PKGBUILD
index 04502207aa9b..cfea9cee90c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
-#
+# Maintainer: basigur
pkgname=neru-icon-classic-theme
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="Classic theme icons Neru"
arch=('any')
url="https://github.com/chistota/neru-icon-classic-theme"
-license=('LGPLv3')
+license=('LGPL3')
depends=()
replaces=('neru-icon-classic-theme')
conflicts=()
source=("https://github.com/chistota/"${pkgname}"/archive/v"${pkgver}".tar.gz")
-sha256sums=('cd4db2d06c90355a3c1da834e0d8740ff8901569f8a8a44cf7f72f27380b61c2')
+sha512sums=('22F8E2AB6622082800C954D03409F9C5D018A4E309CFE9E315FE361383DAA0F04E577D31B7B45A085A167EBCC9D7F87CAA72C5EBD4428A62BDF1548C1BC54999')
package() {
-tar -xzf v${pkgver}.tar.gz -C ${srcdir}
+ tar -xzf v${pkgver}.tar.gz
cd "$srcdir"/"${pkgname}-${pkgver}"
install -d "$pkgdir/usr/share/icons"
install -d "$pkgdir/usr/share/doc/${pkgname}"