summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2020-08-13 10:29:16 +0500
committerbasigur2020-08-13 10:29:16 +0500
commit68571b9cffb6329a507913f62984072a6951ebcb (patch)
treedf9bb6683d8aa74cc81bbc82764142796c5192a1
parenta7e83e283b1ff1ebe01f9ce1af2a84c77aa3e65e (diff)
downloadaur-68571b9cffb6329a507913f62984072a6951ebcb.tar.gz
patch_neru-dark
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 391239f45817..bb2e52989e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,20 @@
+# Generated by makepkg 5.2.2
+# Thu Aug 13 05:24:23 UTC 2020
pkgbase = neru-icon-classic-theme
pkgdesc = Classic theme icons Neru
pkgver = 2.7
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/chistota/neru-icon-classic-theme
arch = any
license = LGPL3
depends = gtk-update-icon-cache
source = neru-icon-classic-theme-2.7.tar.gz::https://github.com/chistota/neru-icon-classic-theme/archive/v2.7.tar.gz
+ source = https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/neru-dark.diff
source = https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/patch.diff
source = https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/fixlink.sh
sha256sums = f03e19d145cc7582933ac2c89cfccfd73e2a63f776fab0838629d7b98dcebfb2
- sha256sums = 1a9b07a9f79550c59a44c766e143dc8f4d629aaacdbf2c74b610c72dcdad620b
+ sha256sums = ab2e66b5d52086dcde3656f6b262124796811881de38722733f6459047ab62c4
+ sha256sums = 08edbcc4cc5a905d2e6e64300ae728c49acfffaa066c90741ee6e0d78e80920c
sha256sums = 087a581596d0d2477c21982251517a4511881dc17f5e5c442ed42012574e5895
pkgname = neru-icon-classic-theme
diff --git a/PKGBUILD b/PKGBUILD
index 484742f4b414..fdf42b5f7efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,26 @@
pkgname=neru-icon-classic-theme
pkgver=2.7
-pkgrel=7
+pkgrel=8
pkgdesc="Classic theme icons Neru"
arch=('any')
url="https://github.com/chistota/neru-icon-classic-theme"
license=('LGPL3')
depends=('gtk-update-icon-cache')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chistota/${pkgname}/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+ 'https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/neru-dark.diff'
'https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/patch.diff'
'https://raw.githubusercontent.com/basigur/neru-icon-classic-theme/master/scriptspkg/neru-origin/fixlink.sh')
sha256sums=('f03e19d145cc7582933ac2c89cfccfd73e2a63f776fab0838629d7b98dcebfb2'
- '1a9b07a9f79550c59a44c766e143dc8f4d629aaacdbf2c74b610c72dcdad620b'
+ 'ab2e66b5d52086dcde3656f6b262124796811881de38722733f6459047ab62c4'
+ '08edbcc4cc5a905d2e6e64300ae728c49acfffaa066c90741ee6e0d78e80920c'
'087a581596d0d2477c21982251517a4511881dc17f5e5c442ed42012574e5895')
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}"/patch.diff
+ patch -Np1 -i "${srcdir}"/neru-dark.diff
bash "${srcdir}"/fixlink.sh
}