summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Williams2023-02-11 19:54:13 +1300
committerSamuel Williams2023-02-11 19:57:05 +1300
commit0199c058377f17bbeaf02e5d84642fcf8a6a0ac7 (patch)
tree4ffb28f972d699219257e01c9fadb8d82ecc5a2f /PKGBUILD
parent51cbc9adcd75c2a6512fb7f1bfc5d8574faace94 (diff)
downloadaur-chruby-fish.tar.gz
Update to chruby-fish v1.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d1465524c3..2a2f2cb1cfdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,17 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=chruby-fish
-pkgver=0.8.2
+pkgver=1.0.0
pkgrel=1
-pkgdesc="Thin wrapper around chruby to make it work with the Fish shell"
+pkgdesc="A compatible implementation of chruby for the Fish shell"
arch=(any)
url="https://github.com/JeanMertz/chruby-fish"
license=('MIT')
-depends=('chruby' 'fish')
+depends=('fish')
install=${pkgname}.install
-source=("https://github.com/JeanMertz/chruby-fish/archive/v${pkgver}.tar.gz"
- chruby-root.patch)
-sha256sums=('e3726d39da219f5339f86302f7b5d7b62ca96570ddfcc3976595f1d62e3b34e1'
- 'a2f186f1dd1e7adc62d8315617443e0771f5d5ff7c3dee9794bcf0327c2d33fd')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p0 -i ../chruby-root.patch
-}
+source=("https://github.com/JeanMertz/chruby-fish/archive/v${pkgver}.tar.gz")
+sha256sums=('db1023255fa55c9a01b06404cd394cccf790d42985cf85706211e5a0dda4fd9f')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"