Skip to content

Commit

Permalink
Revert "chore(plugins: icons_numix; packaging: arch): update submodul…
Browse files Browse the repository at this point in the history
…e (fix pkgbuild version generation)"

This reverts commit 9eec28b.
  • Loading branch information
actionless committed Oct 26, 2022
1 parent 0c16de7 commit 2ffac76
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions packaging/arch/PKGBUILD_icons_numix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ _pkgname=themix-icons-numix
_reponame1=numix-icon-theme
_reponame2=numix-folders
pkgname="${_pkgname}-git"
pkgver=22.08.16.r1.gb5001d962.e6197dd14.1.14.r102.g1bb45bb5
pkgver=22.08.16.r1.gb5001d962
pkgrel=1
pkgdesc="Numix icons plugin for Themix GUI designer"
arch=('x86_64' 'i686')
url="https://github.com/numixproject/numix-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"
"${_reponame1}::git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
"${_reponame2}::git+https://github.com/numixproject/numix-folders.git#branch=master"
)
Expand Down Expand Up @@ -45,12 +45,7 @@ conflicts=(

pkgver() {
cd "${srcdir}/${_reponame1}"
plugin1=$(git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//')
cd "${srcdir}/${_reponame2}"
plugin2=$(git describe --tags --long --always | 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 "$plugin1.$plugin2.$app"
git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
Expand Down

0 comments on commit 2ffac76

Please sign in to comment.