summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2018-01-04 19:02:46 +0000
committerGenerator2018-01-04 19:02:46 +0000
commit1b9de48a90d8ffe7897f56e87754da0d52d54e17 (patch)
tree63f51980fc0da7c3918e462d23bd9bc4584deae3
parenta1939fb174ec80a5b6ab1502a46f17e5e80bac47 (diff)
downloadaur-1b9de48a90d8ffe7897f56e87754da0d52d54e17.tar.gz
bump version 1.3.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971571464a69..9c5335d0e2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 19:43:07 UTC 2016
+# Thu Jan 4 19:02:15 UTC 2018
pkgbase = grub2-theme-preview
pkgdesc = Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU
- pkgver = 1.3.1
- pkgrel = 3
+ pkgver = 1.3.2
+ pkgrel = 1
url = https://github.com/hartwork/grub2-theme-preview
arch = any
license = GPL
depends = grub
depends = qemu
depends = mtools
+ depends = python
depends = libisoburn
- source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=1.3.1
+ source = git+https://github.com/hartwork/grub2-theme-preview.git#tag=1.3.2
sha256sums = SKIP
pkgname = grub2-theme-preview
diff --git a/PKGBUILD b/PKGBUILD
index 802713a591a4..81168537470e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,15 @@
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
pkgname=grub2-theme-preview
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.2
+pkgrel=1
pkgdesc="Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU"
arch=('any')
url="https://github.com/hartwork/grub2-theme-preview"
license=('GPL')
-depends=('grub' 'qemu' 'mtools' 'libisoburn')
+depends=('grub' 'qemu' 'mtools' 'python' 'libisoburn')
source=("git+https://github.com/hartwork/grub2-theme-preview.git#tag=${pkgver}")
sha256sums=('SKIP')
-build(){
-# There's no grub2-mkrescue
-sed -i 's/grub2-mkrescue/grub-mkrescue/2' ${srcdir}/$pkgname/grub2_theme_preview/cli.py
-}
-
package() {
cd "${srcdir}/$pkgname"
make DESTDIR="$pkgdir" install