summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-30 17:57:20 +1000
committerMark Blakeney2022-07-30 17:57:20 +1000
commit186c59a1ae7767eb9b38d2ad727d1a75b9b7fca3 (patch)
tree2c1680adc31cb446a2bd0c148487bc0f57bed60b
parent16c0dee6ee1b07d23cac66bf64cad5e47efa6039 (diff)
downloadaur-186c59a1ae7767eb9b38d2ad727d1a75b9b7fca3.tar.gz
Update to 2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4956e58971c4..0cf2271288eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdhist
pkgdesc = Linux shell cd history
- pkgver = 2.9
+ pkgver = 2.10
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.9.tar.gz::https://github.com/bulletmark/cdhist/archive/2.9.tar.gz
- md5sums = 1c2d0a7a0dfe40f03077f2c1fbf16f77
+ source = cdhist-2.10.tar.gz::https://github.com/bulletmark/cdhist/archive/2.10.tar.gz
+ md5sums = ea4404b73c81af46ab4f0c053454b371
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index 1b17d0ccf31a..042473403357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=cdhist
-pkgver=2.9
+pkgver=2.10
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=('1c2d0a7a0dfe40f03077f2c1fbf16f77')
+md5sums=('ea4404b73c81af46ab4f0c053454b371')
package() {
cd "$pkgname-$pkgver"