summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2021-01-28 10:45:14 +0100
committerKokaKiwi2021-01-28 10:45:14 +0100
commitb461c7c351caeada6a3d3beeabeb18986f1ea7a6 (patch)
treec198ceef55b597b874f6f236761f5946521dfa13 /PKGBUILD
parent8f71ad438558ec6c171eb4e66ffe2790f61b0419 (diff)
downloadaur-b461c7c351caeada6a3d3beeabeb18986f1ea7a6.tar.gz
Forgot pkgsums...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 983d37bfa6a7..acc8ca8f8808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=nushell
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="A new type of shell."
url="https://www.nushell.sh"
license=('MIT')
@@ -13,8 +13,8 @@ makedepends=('rust' 'python')
arch=('x86_64' 'i686')
install=nushell.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nushell/nushell/archive/${pkgver}.tar.gz")
-sha256sums=('60a0e9967862b79b7323c2ce41760b59248b7a7c39a44a49cab47d3086ab2f0b')
-b2sums=('6e9fd80fc59af1710d11b8d3f6481fec143761a856471e26def75d176dc7961078f97d0d246af3bc74f46a65b98dacdff3398e3e852b643fe02118d1c76213b4')
+sha256sums=('66fbfe1297997a3f6b2181cd723816150ad2453527c7cab6c83a9c67b9af2478')
+b2sums=('d7b06a13f17a03203411df5045557c6cd4689edd69b18500cf29da0b1649423bdb80aebfa1cec3e4d9d2069b1d985da0c8641e27c13e02a9b3ec5c1c9755673b')
build() {
cd "${pkgname}-${pkgver}"