summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-26 04:04:33 +0200
committeractionless2022-10-26 04:04:33 +0200
commit34acd2f134c01c8f0e0d1c399f365e56f60347ac (patch)
tree73e91ceb5b600698fc5983e55f9c246513b0641d
parent428f77015d77a0c5c796078d0106e6cb2b44f241 (diff)
downloadaur-themix-icons-suru-plus-git.tar.gz
push version (fix pkgbuild version generation - 2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f1ab766175..b2bb0ed1f7b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = themix-icons-suru-plus-git
pkgdesc = Suru++ icons plugin for Themix GUI designer
- pkgver = 30.0.r2.g9bd895f32.1.14.r101.g3e1fc8b1
- pkgrel = 1
+ pkgver = 30.0.r2.g9bd895f32
+ pkgrel = 2
url = https://github.com/gusbemacbe/suru-plus/
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = themix-icons-suru-plus-git
conflicts = oomox
conflicts = oomox-git
options = !strip
- source = oomox::git+https://github.com/themix-project/oomox.git#branch=master
+ source = git+https://github.com/themix-project/oomox.git#branch=master
source = suru-plus::git+https://github.com/gusbemacbe/suru-plus.git#branch=master
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a22fde228be..23633bf180bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=themix-icons-suru-plus
_reponame=suru-plus
pkgname="${_pkgname}-git"
-pkgver=30.0.r2.g9bd895f32.1.14.r101.g3e1fc8b1
-pkgrel=1
+pkgver=30.0.r2.g9bd895f32
+pkgrel=2
pkgdesc="Suru++ icons plugin for Themix GUI designer"
arch=('x86_64' 'i686')
url="https://github.com/gusbemacbe/suru-plus/"
license=('GPL3')
source=(
- "oomox::git+https://github.com/themix-project/oomox.git#branch=master"
+ "git+https://github.com/themix-project/oomox.git#branch=master"
"${_reponame}::git+https://github.com/gusbemacbe/suru-plus.git#branch=master"
)
md5sums=('SKIP'
@@ -42,10 +42,7 @@ conflicts=(
pkgver() {
cd "${srcdir}/${_reponame}"
- plugin=$(git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//')
- cd "${srcdir}/oomox"
- app=$(git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//')
- echo "$plugin.$app"
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
package() {