summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-11-13 11:26:26 +0100
committerBilal Elmoussaoui2017-11-13 11:26:26 +0100
commit831e9a975e67699dd8461695d85f09dc4789269d (patch)
treea4c3b123eae45d63ab5479a618c32e901e06d7f7
parent5716322bda1d24b94b1c56b5927b0d616d2d3ea9 (diff)
downloadaur-831e9a975e67699dd8461695d85f09dc4789269d.tar.gz
bump version number to 17-09-13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea5f97bbab8a..aa960eca00dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numix-square-icon-theme
pkgdesc = A square-ish shaped icon theme from the Numix Project
- pkgver = 17.28.21
+ pkgver = 17.09.13
pkgrel = 1
url = https://numixproject.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = numix-square-icon-theme
depends = numix-icon-theme-git
conflicts = numix-square-icon-theme-git
options = !strip
- source = https://github.com/numixproject/numix-icon-theme-square/archive/17-08-21.tar.gz
- sha256sums = 2f637c201f8460f4cc8c25f83477492e4f427b14b1358401784ca746f999eb4b
+ source = https://github.com/numixproject/numix-icon-theme-square/archive/17-09-13.tar.gz
+ sha256sums = a246272c3f9f8a42129474f02bf433498bbdb5b2b0315d33f871ca239345191d
pkgname = numix-square-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 4b4c3d86400e..170bd3bae96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
-
pkgname=numix-square-icon-theme
-pkgver=17.28.21
-_pkgver=17-08-21
+pkgver=17.09.13
+_pkgver=17-09-13
_gitname=numix-icon-theme-square
pkgrel=1
pkgdesc="A square-ish shaped icon theme from the Numix Project"
@@ -12,12 +11,12 @@ license=('GPL3')
depends=('numix-icon-theme-git')
conflicts=("numix-square-icon-theme-git")
source=("https://github.com/numixproject/${_gitname}/archive/${_pkgver}.tar.gz")
-sha256sums=('2f637c201f8460f4cc8c25f83477492e4f427b14b1358401784ca746f999eb4b')
+sha256sums=('a246272c3f9f8a42129474f02bf433498bbdb5b2b0315d33f871ca239345191d')
options=('!strip')
package() {
- install -dm755 "$srcdir/${_gitname}-${_pkgver}/" "$pkgdir/usr/share/icons/"
- cp -r "$srcdir/${_gitname}-${_pkgver}/Numix-Square" "$pkgdir/usr/share/icons/"
- cp -r "$srcdir/${_gitname}-${_pkgver}/Numix-Square-Light" "$pkgdir/usr/share/icons/"
- install -Dm644 "$srcdir/${_gitname}-${_pkgver}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "${srcdir}/${_gitname}-${_pkgver}/" "${pkgdir}/usr/share/icons/"
+ cp -r "${srcdir}/${_gitname}-${_pkgver}/Numix-Square" "${pkgdir}/usr/share/icons/"
+ cp -r "${srcdir}/${_gitname}-${_pkgver}/Numix-Square-Light" "${pkgdir}/usr/share/icons/"
+ install -Dm644 "${srcdir}/${_gitname}-${_pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}