summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-06-11 17:34:03 -0600
committeryochananmarqos2019-06-11 17:34:03 -0600
commitc405bbd772d5fc482c9c3e8759b53e7f99f6e756 (patch)
tree6e06ee8b5aac51eb22f28cda611e242675d6be9b /PKGBUILD
parent3f7cc90ee0d3081e12bdcb6a5e67ebba2dfd02b5 (diff)
downloadaur-c405bbd772d5fc482c9c3e8759b53e7f99f6e756.tar.gz
updated to 0.1.0-alpha-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9ed59a4a4c..d9a95c48fb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=grub-theme-creator
-_pkgver=.0.2
-pkgver=0${_pkgver}
+_pkgver=0.1.0-alpha-2
+pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Automates the creation of a grub2 theme"
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/petsam/grub-theme-creator"
license=('GPL3')
depends=('horizontal-grub' 'imagemagick')
optdepends=('grub2-theme-preview')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/petsam/$pkgname/archive/v$_pkgver.tar.gz")
-sha256sums=('fb44eba30534736b9af65f07868c104720d92a177c37cc3c1f218f41b454c495')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/petsam/$pkgname/archive/$_pkgver.tar.gz")
+sha256sums=('b249aa9b3f6cde6a578a946114b633d6fa944c8b9be5d813deb51d5ba0860df5')
package() {
cd "$pkgname-v$_pkgver"