summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2018-03-29 15:54:29 +0100
committerGavin lyons2018-03-29 15:54:29 +0100
commit8c97fce3841c8319db3abafb4185edc161470a8b (patch)
tree2f96b954f933698f387b499a7dd16ee3a6912d4c
parent3214fe053f974edc8a8dac6f0ebb0a4f6a15dfa8 (diff)
downloadaur-8c97fce3841c8319db3abafb4185edc161470a8b.tar.gz
Version 1.2-3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1735bcd21437..84e501472c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bashmultitool
- pkgdesc = A library for bash shell program containing useful functions, written in bash import into scripts
- pkgver = 1.1
- pkgrel = 2
+ pkgdesc = A library for bash shell programs containing useful functions, written in bash, can be imported into scripts
+ pkgver = 1.2
+ pkgrel = 3
url = https://github.com/gavinlyonsrepo/bashmultitool
arch = any
license = MIT
- source = https://github.com/gavinlyonsrepo/bashmultitool/archive/1.1.tar.gz
- md5sums = c07b1f8041515c6addb48a8b0176a76b
+ source = https://github.com/gavinlyonsrepo/bashmultitool/archive/1.2.tar.gz
+ md5sums = a1febfc8b27a913b495933a0b7f31339
pkgname = bashmultitool
diff --git a/PKGBUILD b/PKGBUILD
index 8456398866f6..632a7252103f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Gavin Lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/bashmultitool
pkgname=bashmultitool
-pkgver=1.1
-pkgrel=2
-pkgdesc="A library for bash shell program containing useful functions, written in bash import into scripts"
+pkgver=1.2
+pkgrel=3
+pkgdesc="A library for bash shell programs containing useful functions, written in bash, can be imported into scripts"
arch=('any')
url="https://github.com/gavinlyonsrepo/bashmultitool"
license=('MIT')
source=("https://github.com/gavinlyonsrepo/bashmultitool/archive/$pkgver.tar.gz")
-md5sums=('c07b1f8041515c6addb48a8b0176a76b')
+md5sums=('a1febfc8b27a913b495933a0b7f31339')
package() {