summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimona2018-11-17 14:35:42 +0100
committersimona2018-11-17 14:35:42 +0100
commit3af3d6a3b222d616736837a08b2a6ab7106b4bb8 (patch)
tree3c4e0c9268010d8abd4862260fc32ac995bc60b3
parent0c425ae7e3129993deccb3e51bee2a437a686986 (diff)
downloadaur-3af3d6a3b222d616736837a08b2a6ab7106b4bb8.tar.gz
Second release
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
-rw-r--r--grub-custom-simona-0.0.2.tar.gzbin0 -> 4984 bytes
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c564f1d1e23b..7308fe580957 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.1
- pkgrel = 1
+ pkgver = 0.0.2
+ pkgrel = 2
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.1.tar.gz
- md5sums = 87fda850bd490f66965488d6ee523a3a
+ source = grub-custom-simona-0.0.2.tar.gz
+ md5sums = c7356d33163852bca20da96cb446cadf
pkgname = grub-custom-simona
diff --git a/PKGBUILD b/PKGBUILD
index a60633547e38..a3c45c893688 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
pkgname=grub-custom-simona
-pkgver=0.0.1
-pkgrel=1
+pkgver=0.0.2
+pkgrel=2
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')
@@ -10,7 +10,7 @@ depends=('grub' 'bash')
source=($pkgname-$pkgver.tar.gz)
backup=('etc/default/grub-custom')
#generate with 'makepkg -g'
-md5sums=('87fda850bd490f66965488d6ee523a3a')
+md5sums=('c7356d33163852bca20da96cb446cadf')
package() {
#install -m755 -d "${pkgdir}/etc/default"
diff --git a/grub-custom-simona-0.0.2.tar.gz b/grub-custom-simona-0.0.2.tar.gz
new file mode 100644
index 000000000000..22b3a0fd8c7e
--- /dev/null
+++ b/grub-custom-simona-0.0.2.tar.gz
Binary files differ