summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimona2018-11-18 11:22:52 +0100
committersimona2018-11-18 11:22:52 +0100
commit96a87af15a7578df73fb6932cfd076e77e04ec64 (patch)
tree1e44a2339d8a24660ceae843c4c47a57d04223e8
parenta52bfbafdf92c710ecc9f5368e130b84ed5c5cba (diff)
downloadaur-96a87af15a7578df73fb6932cfd076e77e04ec64.tar.gz
boh... fix?
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
-rw-r--r--simonascripts-0.0.1.tar.gzbin4548 -> 4559 bytes
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec6a07e5e683..292c6b952ee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simonascripts
pkgdesc = Bash commands.
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
arch = any
license = GPL2
depends = bash
@@ -9,7 +9,7 @@ pkgbase = simonascripts
optdepends = fuseiso: another way to mount iso image files
optdepends = cryptsetup: for mount crypto image files
source = simonascripts-0.0.1.tar.gz
- md5sums = 0e55f720e27ebb2791248a93f48ed8b6
+ md5sums = e637a2702ceeadcf7865832311a5076a
pkgname = simonascripts
diff --git a/PKGBUILD b/PKGBUILD
index cc9361358bef..820f63edabda 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
pkgname=simonascripts
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Bash commands."
#url="https://github.com/simona70/grub-custom-simona"
@@ -15,14 +15,16 @@ optdepends=('qemu: for mount qemu image files'
source=($pkgname-$pkgver.tar.gz)
#generate with 'makepkg -g'
-md5sums=('0e55f720e27ebb2791248a93f48ed8b6')
+md5sums=('e637a2702ceeadcf7865832311a5076a')
package() {
+ msg "Start install.."
install -Dm 755 "$srcdir/simona-scripts.sh" "$pkgdir/usr/bin"
install -Dm 755 "$srcdir/pendrive-detect.sh" "$pkgdir/usr/bin"
install -Dm 755 "$srcdir/image-mount.sh" "$pkgdir/usr/bin"
install -Dm 755 "$srcdir/image-umount.sh" "$pkgdir/usr/bin"
install -Dm 755 "$srcdir/boot-kernel-list.sh" "$pkgdir/usr/bin"
install -Dm 755 "$srcdir/ioscheduler-list.sh" "$pkgdir/usr/bin"
+ msg "Install ended."
}
diff --git a/simonascripts-0.0.1.tar.gz b/simonascripts-0.0.1.tar.gz
index 87975095dd43..f8e83f208691 100644
--- a/simonascripts-0.0.1.tar.gz
+++ b/simonascripts-0.0.1.tar.gz
Binary files differ