summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2024-04-27 09:26:50 +1000
committerMark Blakeney2024-04-27 09:26:50 +1000
commit087fcf568c1c50ff97b329a7c2187d0d2e8a3de1 (patch)
tree140e2760e550ab9b6d495e60f3bf1c6da0ac3c00 /PKGBUILD
parent7371e533511dc402e0825a5fd98168765f306301 (diff)
downloadaur-edir.tar.gz
Update to 2.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4386bf505cfa..d7f7b3b470c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=edir
-pkgver=2.28
+pkgver=2.29
pkgrel=1
pkgdesc="Program to rename, remove, and copy files and directories using your editor"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.8" "python-platformdirs")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('3b3618b42b1b5dc92c286f5032cadee1b4208a8e')
+sha1sums=('e2e169553b27aeab7e6817c773f5c5691f534ff5')
build() {
cd "$srcdir/$pkgname-$pkgver"