summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fca81645d9e..a18a95af80a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad M. <vlad@archlinux.net>
pkgname=pijul
-pkgver=0.5.12
+pkgver=0.5.13
pkgrel=1
pkgdesc="Patch-based distributed version control system"
url='https://pijul.org'
@@ -9,7 +9,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
license=('GPL')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('15eb921e1b449deda9a66ce68614fab88c0e0b22d80b5d69659376ad1607237c')
+sha256sums=('ae0e7cb99a0bf384b02a64e5aef97105efb0602623d511a23484664691662c1e')
build() {
cd "$pkgname-$pkgver"