summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-26 04:01:05 +0200
committeractionless2022-10-26 04:01:05 +0200
commit27d999b077066a7d46d52fa596efb8261ad931f4 (patch)
tree1aaebdb42df91915719233843c3f65b92220b8fb
parentb2188af8208d9e3c14addf21f44c39a77a79a106 (diff)
downloadaur-27d999b077066a7d46d52fa596efb8261ad931f4.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 1b564aaf7546..f819d2d36ee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = themix-icons-gnome-colors-git
pkgdesc = Gnome-Colors icons plugin for Themix GUI designer
- pkgver = 5.5.6.r0.gd2cb7eb.1.14.r104.gc68cf48e
- pkgrel = 1
+ pkgver = 5.5.6.r0.gd2cb7eb
+ pkgrel = 2
url = https://github.com/themix-project/gnome-colors-icon-theme
arch = x86_64
arch = i686
@@ -25,7 +25,7 @@ pkgbase = themix-icons-gnome-colors-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 = gnome-colors-icon-theme::git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a2b476a9062..4ffcca66f8fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=themix-icons-gnome-colors
_reponame=gnome-colors-icon-theme
pkgname="${_pkgname}-git"
-pkgver=5.5.6.r0.gd2cb7eb.1.14.r104.gc68cf48e
-pkgrel=1
+pkgver=5.5.6.r0.gd2cb7eb
+pkgrel=2
pkgdesc="Gnome-Colors icons plugin for Themix GUI designer"
arch=('x86_64' 'i686')
url="https://github.com/themix-project/gnome-colors-icon-theme"
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/themix-project/gnome-colors-icon-theme.git#branch=master"
)
md5sums=('SKIP'
@@ -48,10 +48,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 --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {