summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchordtoll2022-01-21 19:30:17 -0800
committerchordtoll2022-01-21 19:30:17 -0800
commit4cd3a6a06c6cf170024574d18f66f46afe64e332 (patch)
tree87f1deb612415b6379c862d4b0a7b2121238a8b8 /PKGBUILD
parent4b29bc24a5bcb13cd66a049fb3b8a67befe2aba0 (diff)
downloadaur-pyxis-parcel.tar.gz
Crate release 0.5.0- Major format change for writable overlay mounting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 806f08af3aed..d5fec6820bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: chordtoll <arch@chordtoll.com>
pkgname=pyxis-parcel
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="Utilities to manipulate parcel archives for the pyxis package manager"
license=("MIT")
@@ -9,7 +9,7 @@ depends=("gcc-libs")
makedepends=("cargo")
url="https://github.com/chordtoll/pyxis-parcel"
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
-sha256sums=('8931ded3afeda8eb2f67d1812d468df7afe778e8383441669ad4ee4215662d7d')
+sha256sums=('90934259a52ded86b03e75bc840523bc0239ef4301f302f8d4ab35bddb532486')
prepare() {
cd "$pkgname-$pkgver"