summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-29 14:52:49 +1000
committerMark Blakeney2022-07-29 14:52:49 +1000
commitc0522a09e645019b992066f06bdbeebb30423bec (patch)
tree31971ea024e4e14cdca5f29add65cea92df1650f
parent8b9da30b11bfba1d94d0fb535acf899f2cc8ee91 (diff)
downloadaur-c0522a09e645019b992066f06bdbeebb30423bec.tar.gz
Update to 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a004ea0520f..de0a561dbea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdhist
pkgdesc = Linux shell cd history
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 1
url = https://github.com/bulletmark/cdhist
install = install.sh
@@ -8,7 +8,7 @@ pkgbase = cdhist
license = GPL3
makedepends = python-setuptools
depends = python
- source = cdhist-2.7.tar.gz::https://github.com/bulletmark/cdhist/archive/2.7.tar.gz
- md5sums = 633559962896b11caf24bc005028e3ec
+ source = cdhist-2.8.tar.gz::https://github.com/bulletmark/cdhist/archive/2.8.tar.gz
+ md5sums = 8a945090a5cc0eb107789a70a768041e
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index e8afdb52d802..4cd695f6aab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=cdhist
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="Linux shell 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=('633559962896b11caf24bc005028e3ec')
+md5sums=('8a945090a5cc0eb107789a70a768041e')
package() {
cd "$pkgname-$pkgver"