Skip to content

Commit

Permalink
chore(packaging: arch): minor pkgbuild fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 16, 2020
1 parent db1aa66 commit e495c2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD_icons_gnome_colors
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# Upstream URL: https://github.com/themix-project/oomox-gtk-theme
# Upstream URL: https://github.com/themix-project/gnome-colors-icon-theme

_pkgname=themix-icons-gnome-colors
_reponame=gnome-colors-icon-theme
Expand Down
6 changes: 3 additions & 3 deletions packaging/arch/PKGBUILD_theme_materia
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
_pkgname=themix-theme-materia
_reponame=materia-theme
pkgname="${_pkgname}-git"
pkgver=v20191017.r149.gb6ccc2a9
pkgver=20191017.r149.gb6ccc2a9
pkgrel=1
pkgdesc="Materia theme plugin
(GTK2, GTK3, Cinnamon, GNOME, Metacity, Unity, Xfwm) for Themix GUI designer.
Have a hack for HiDPI in GTK2."
arch=('x86_64' 'i686')
url="https://github.com/themix-project/oomox-gtk-theme"
url="https://github.com/nana-4/materia-theme"
license=('GPL3')
source=(
"git+https://github.com/themix-project/oomox.git#branch=master"
Expand Down Expand Up @@ -52,7 +52,7 @@ conflicts=($_pkgname)

pkgver() {
cd "${srcdir}/${_reponame}"
git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}

package() {
Expand Down

0 comments on commit e495c2c

Please sign in to comment.