summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXaekai2020-07-26 16:57:41 -0700
committerXaekai2020-07-26 16:57:41 -0700
commite51b7b76630b425da6693269aa9e752ae0ddea79 (patch)
tree614b219c747d2ecb1b33f951159992f8726750fd
parentd8fbd73bc16fbe0ba667ffe1f66e12972fb7940c (diff)
downloadaur-e51b7b76630b425da6693269aa9e752ae0ddea79.tar.gz
2020 Update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97a89b224af..b38a34aa95c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = grml-iso
pkgdesc = add the grml ISO image to the grub2 boot menu
- pkgver = 2018.12
- pkgrel = 2
+ pkgver = 2020.06
+ pkgrel = 1
url = http://wiki.grml.org/doku.php?id=rescueboot
install = grml-iso.install
arch = any
license = GPL
depends = grub
- depends = grml-rescueboot>=0.4.5
- noextract = grml64-full_2018.12.iso
- source = http://download.grml.org/grml64-full_2018.12.iso
- md5sums = 237972093d31e89b35d92ab1dabe06ed
+ depends = grml-rescueboot>=0.5.0
+ noextract = grml64-full_2020.06.iso
+ source = http://download.grml.org/grml64-full_2020.06.iso
+ md5sums = c55810b3a30807a7fd54d607f95ae91a
pkgname = grml-iso
diff --git a/PKGBUILD b/PKGBUILD
index 943096711438..12364bd66cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Prev Maintainer: Thiago Perrotta <perrotta dot thiago at poli dot ufrj dot br>
pkgname=grml-iso
-pkgver=2018.12
+pkgver=2020.06
_isover="64-full_$pkgver"
-pkgrel=2
+pkgrel=1
pkgdesc="add the grml ISO image to the grub2 boot menu"
url="http://wiki.grml.org/doku.php?id=rescueboot"
arch=('any')
license=('GPL')
-depends=('grub' 'grml-rescueboot>=0.4.5')
+depends=('grub' 'grml-rescueboot>=0.5.0')
install="${pkgname}.install"
source=("http://download.grml.org/grml${_isover}.iso")
-md5sums=('237972093d31e89b35d92ab1dabe06ed')
+md5sums=('c55810b3a30807a7fd54d607f95ae91a')
noextract=(grml${_isover}.iso)
package() {