summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-11 17:34:03 -0600
committeryochananmarqos2019-06-11 17:34:03 -0600
commitc405bbd772d5fc482c9c3e8759b53e7f99f6e756 (patch)
tree6e06ee8b5aac51eb22f28cda611e242675d6be9b
parent3f7cc90ee0d3081e12bdcb6a5e67ebba2dfd02b5 (diff)
downloadaur-c405bbd772d5fc482c9c3e8759b53e7f99f6e756.tar.gz
updated to 0.1.0-alpha-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ed4910ff5d..2baa532ba295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grub-theme-creator
pkgdesc = Automates the creation of a grub2 theme
- pkgver = 0.0.2
+ pkgver = 0.1.0.alpha.2
pkgrel = 1
url = https://github.com/petsam/grub-theme-creator
arch = any
@@ -8,8 +8,8 @@ pkgbase = grub-theme-creator
depends = horizontal-grub
depends = imagemagick
optdepends = grub2-theme-preview
- source = grub-theme-creator-0.0.2.tar.gz::https://github.com/petsam/grub-theme-creator/archive/v.0.2.tar.gz
- sha256sums = fb44eba30534736b9af65f07868c104720d92a177c37cc3c1f218f41b454c495
+ source = grub-theme-creator-0.1.0.alpha.2.tar.gz::https://github.com/petsam/grub-theme-creator/archive/0.1.0-alpha-2.tar.gz
+ sha256sums = b249aa9b3f6cde6a578a946114b633d6fa944c8b9be5d813deb51d5ba0860df5
pkgname = grub-theme-creator
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"