summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91683d264e06..03076dd8a6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numix-square-icon-theme-git
pkgdesc = Square icon theme from the Numix project
- pkgver = 0.r3.3773866
+ pkgver = 23.04.20.r0.a1a1a02f
pkgrel = 1
url = http://numixproject.org/
arch = any
@@ -16,4 +16,3 @@ pkgbase = numix-square-icon-theme-git
sha256sums = SKIP
pkgname = numix-square-icon-theme-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..98482f2bb595
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/numix-square-icon-theme
+/pkg
+/src
+
+numix-square-icon-theme*
diff --git a/PKGBUILD b/PKGBUILD
index 54ba923be243..338404be6268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
+# Maintainer: Sergii Fesenko <sergii underscore f dot at outlook dot com>
+# Contributor: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
pkgname=numix-square-icon-theme-git
-pkgver=0.r3.3773866
+pkgver=23.04.20.r0.a1a1a02f
pkgrel=1
pkgdesc='Square icon theme from the Numix project'
arch=('any')
@@ -17,8 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd numix-square-icon-theme
-
- echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ git describe --tags --long | sed 's/-/.r/; s/-g/./'
}
package() {