summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimona2018-11-25 16:35:26 +0100
committersimona2018-11-25 16:35:26 +0100
commit45a87ebf459dc1839988e49b60a46f91a5919fd5 (patch)
tree2d750abf27f78c7d708cd5306d4352539ad43e9b
parentb7c5a86d345473f4d872c0f56cd233fc2dcd573b (diff)
downloadaur-45a87ebf459dc1839988e49b60a46f91a5919fd5.tar.gz
better error messages and squashfs add
-rw-r--r--.SRCINFO9
-rwxr-xr-xPKGBUILD9
-rw-r--r--simonascripts-0.0.4.tar.gzbin0 -> 5323 bytes
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5bd66710311..6afbbfeddd95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simonascripts
- pkgdesc = Bash unique command for mount image files (iso, vms, crypto), detect pendrive device name, list all kernels, list all i/o schedulers.
- pkgver = 0.0.3
+ pkgdesc = Bash unique command for mount image files (iso, vms, crypto, squashfs), detect pendrive device name, list all kernels, list all i/o schedulers.
+ pkgver = 0.0.4
pkgrel = 1
arch = any
license = GPL3
@@ -8,8 +8,9 @@ pkgbase = simonascripts
optdepends = qemu: for mount qemu image files
optdepends = fuseiso: another way to mount iso image files
optdepends = cryptsetup: for mount crypto image files
- source = simonascripts-0.0.3.tar.gz
- md5sums = aafaf5c9bed01bb5cc1bee82fdf7806d
+ optdepends = squashfs-tools: for squashfs image files
+ source = simonascripts-0.0.4.tar.gz
+ md5sums = 23906d3498e65f43db0588fad50d880f
pkgname = simonascripts
diff --git a/PKGBUILD b/PKGBUILD
index 5aca082b749e..bc88d56976af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
pkgname=simonascripts
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
-pkgdesc="Bash unique command for mount image files (iso, vms, crypto), detect pendrive device name, list all kernels, list all i/o schedulers."
+pkgdesc="Bash unique command for mount image files (iso, vms, crypto, squashfs), detect pendrive device name, list all kernels, list all i/o schedulers."
arch=('any')
license=('GPL3')
@@ -10,10 +10,11 @@ license=('GPL3')
depends=('bash')
optdepends=('qemu: for mount qemu image files'
'fuseiso: another way to mount iso image files'
- 'cryptsetup: for mount crypto image files' )
+ 'cryptsetup: for mount crypto image files'
+ 'squashfs-tools: for squashfs image files' )
source=($pkgname-$pkgver.tar.gz)
-md5sums=('aafaf5c9bed01bb5cc1bee82fdf7806d')
+md5sums=('23906d3498e65f43db0588fad50d880f')
package() {
cd "$srcdir"
diff --git a/simonascripts-0.0.4.tar.gz b/simonascripts-0.0.4.tar.gz
new file mode 100644
index 000000000000..30c8421ad079
--- /dev/null
+++ b/simonascripts-0.0.4.tar.gz
Binary files differ