summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2020-01-31 06:11:18 +0100
committerErik Dubois2020-01-31 06:11:18 +0100
commit8daaa8d1dfb67495764ff8e5fbc4806386184f97 (patch)
tree950c1109721561cfda46ac9e5419d7ea4abcb1ff
parent4e1d2b7d07a53fe03d0319dcba5b3d557d3b3b1e (diff)
downloadaur-8daaa8d1dfb67495764ff8e5fbc4806386184f97.tar.gz
following sardi icons
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9148397a4fb2..822b99dceb3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numix-circle-arc-icons-git
pkgdesc = Install Numix and Numix Circle. Numix icons combined with the Arc folders
- pkgver = 19.10
+ pkgver = 20.1
pkgrel = 1
arch = any
license = Attribution-NonCommercial-ShareAlike 4.0 International Public License
diff --git a/PKGBUILD b/PKGBUILD
index 52593f8845d5..967636557111 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=numix-circle-arc-icons
_destname="/usr/share/icons/"
_pkggithub="https://github.com/erikdubois/Numix-Circle-Arc"
pkgdesc="Install Numix and Numix Circle. Numix icons combined with the Arc folders"
-pkgver=19.10
+pkgver=20.1
pkgrel=1
arch=('any')
url="${pkggithub}"
@@ -23,5 +23,3 @@ package() {
install -dm 755 "${pkgdir}"/"${_destname}"
cp -dr --no-preserve='ownership' ${_pkgname}/* "${pkgdir}"/usr/share/icons/
}
-
-