summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2022-04-24 17:34:56 +0800
committerHuang-Huang Bao2022-04-24 17:34:56 +0800
commit5a15a22be5773d6ae47cabb31f72e751b3f00656 (patch)
treebb66a666c8c6b093ac9be5865a3be6132f312592 /PKGBUILD
parent431f2f5c5e8ada4ef882ebde87535e6e00770298 (diff)
downloadaur-fish-bash2env.tar.gz
bump version 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed80591f4bbb..e498045c4e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Huang-Huang Bao <eh5@sokka.cn>
-pkgname="fish-bash2env"
-pkgver=0.1
+
+pkgname='fish-bash2env'
+pkgver=0.2
pkgrel=1
-pkgdesc='Source environment variables modified by given bash command in fish shell'
+pkgdesc='A lightweight fish plugin to import environment variables modified by given bash command/script'
url='https://github.com/EHfive/fish-bash2env'
arch=('any')
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('7938f25effb1367ce10536d844cf2c41ffeebb3cd47500dba5fcb7d416355c49')
+sha256sums=('16814eb81286f58794f00348a57f35d2255a31374c2325d2a2f89319d33b4f28')
depends=('fish')
check() {