summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimona2018-11-19 22:50:17 +0100
committersimona2018-11-19 22:50:17 +0100
commit8b6459472a06a21259afea747c079e174d5a27f8 (patch)
treeb4f68a4aae059fb0b7cee3593e7bb617bbdd2b48
parent3af3d6a3b222d616736837a08b2a6ab7106b4bb8 (diff)
downloadaur-8b6459472a06a21259afea747c079e174d5a27f8.tar.gz
update
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD10
-rw-r--r--grub-custom-simona-0.0.3.tar.gzbin0 -> 5035 bytes
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7308fe580957..5e829f1e9975 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = grub-custom-simona
pkgdesc = Compile an alternative list of the usable kernels of the grub boot menu indicating the kernel relase, obtained from the output of the 'file' command, instead of the file name.
- pkgver = 0.0.2
- pkgrel = 2
+ pkgver = 0.0.3
+ pkgrel = 1
url = https://github.com/simona70/grub-custom-simona
arch = any
license = GPL2
depends = grub
depends = bash
backup = etc/default/grub-custom
- source = grub-custom-simona-0.0.2.tar.gz
- md5sums = c7356d33163852bca20da96cb446cadf
+ source = grub-custom-simona-0.0.3.tar.gz
+ md5sums = 53bb970359dc3fc916f78774d8556a2a
pkgname = grub-custom-simona
diff --git a/PKGBUILD b/PKGBUILD
index a3c45c893688..f312f50c53b6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
pkgname=grub-custom-simona
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
pkgdesc="Compile an alternative list of the usable kernels of the grub boot menu indicating the kernel relase, obtained from the output of the 'file' command, instead of the file name."
url="https://github.com/simona70/grub-custom-simona"
arch=('any')
@@ -9,13 +9,11 @@ license=('GPL2')
depends=('grub' 'bash')
source=($pkgname-$pkgver.tar.gz)
backup=('etc/default/grub-custom')
-#generate with 'makepkg -g'
-md5sums=('c7356d33163852bca20da96cb446cadf')
+md5sums=('53bb970359dc3fc916f78774d8556a2a')
package() {
- #install -m755 -d "${pkgdir}/etc/default"
- #install -m755 -d "${pkgdir}/etc/grub.d"
install -Dm 644 "$srcdir/etc/default/grub-custom" "$pkgdir/etc/default/grub-custom"
install -Dm 755 "$srcdir/etc/grub.d/11_linux_simona" "$pkgdir/etc/grub.d/11_linux_simona"
}
+
diff --git a/grub-custom-simona-0.0.3.tar.gz b/grub-custom-simona-0.0.3.tar.gz
new file mode 100644
index 000000000000..83aecf2b9d86
--- /dev/null
+++ b/grub-custom-simona-0.0.3.tar.gz
Binary files differ