summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-05-04 08:57:12 +1000
committerMark Blakeney2021-05-04 08:57:12 +1000
commita4672d12445ba6a6a3841ec508d2223d16c8bd05 (patch)
treebe142688f0e5e41642b36a522e5b0710b9aa20ac
parent82d92ef9b5eda660526d7524eb47967c78e0f90b (diff)
downloadaur-a4672d12445ba6a6a3841ec508d2223d16c8bd05.tar.gz
Update to 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d85a079c60..7a1776968ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdhist
pkgdesc = Bash cd history
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = https://github.com/bulletmark/cdhist
install = install.sh
@@ -8,8 +8,8 @@ pkgbase = cdhist
license = GPL3
makedepends = python-setuptools
depends = python
- source = cdhist-2.4.tar.gz::https://github.com/bulletmark/cdhist/archive/2.4.tar.gz
- md5sums = e21ff7db59c8292f9791884a2c627b8c
+ source = cdhist-2.5.tar.gz::https://github.com/bulletmark/cdhist/archive/2.5.tar.gz
+ md5sums = 56d65d40a361abc62c7cc24eb4894449
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index 5b52e8026a44..345936c4243d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=cdhist
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="Bash cd history"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
-md5sums=('e21ff7db59c8292f9791884a2c627b8c')
+md5sums=('56d65d40a361abc62c7cc24eb4894449')
package() {
cd "$pkgname-$pkgver"