summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-05-09 21:33:41 +1000
committerMark Blakeney2018-05-09 21:33:41 +1000
commit17f746275004efb5a03c1b5fab89bf445c2c34be (patch)
tree097c8303c076945e22f5bc25752cb94fa773abe0
parentf1f0b87d52d67d7428bf395f8017b65540ca13c8 (diff)
downloadaur-17f746275004efb5a03c1b5fab89bf445c2c34be.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ace52481f8..d29f7a081050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cdhist
pkgdesc = Bash cd history
- pkgver = 1.4
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/bulletmark/cdhist
install = install.sh
arch = any
license = GPL3
depends = python
- source = cdhist-1.4.tar.gz::https://github.com/bulletmark/cdhist/archive/1.4.tar.gz
- md5sums = ae290028e891d6d46079fbd527b007c3
+ source = cdhist-1.4.1.tar.gz::https://github.com/bulletmark/cdhist/archive/1.4.1.tar.gz
+ md5sums = 00aed7afda3e9e99fd68df01a7f7be40
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index 4f826191d782..ea7d4957fe65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=cdhist
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="Bash cd history"
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=("any")
depends=("python")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('ae290028e891d6d46079fbd527b007c3')
+md5sums=('00aed7afda3e9e99fd68df01a7f7be40')
package() {
cd "$pkgname-$pkgver"