summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Costa2022-06-30 22:16:23 -0300
committerGustavo Costa2022-06-30 22:16:23 -0300
commit50e1f15719e2510cbeb4f62524573665cc0c0a68 (patch)
tree05396fc68cc900a0d9fdf69d1c38d56367163a89 /PKGBUILD
parentf5ccd9b0a4fac085ac5ab10db41e6ce0a775ef4c (diff)
downloadaur-50e1f15719e2510cbeb4f62524573665cc0c0a68.tar.gz
Update to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3dc62be85cb..87d0a1c2f627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gustavo Costa <xfgusta@gmail.com>
pkgname=execdir
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc='Execute a command in a specific directory'
arch=(x86_64)
url="https://github.com/xfgusta/$pkgname"
license=(MIT)
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('6f4a3603bae2c5b666d90d6db2526ad85044c376')
+sha1sums=('0b027673312e7ebe80667f7a55bed8f07eb344e1')
build() {
cd "$pkgname-$pkgver"