summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJordan MacDonald2018-10-05 22:48:27 -0400
committerJordan MacDonald2018-10-05 22:48:27 -0400
commit12644ac387d57061c9f156475046e03b033d86e6 (patch)
tree1d1cb46f6dfad6687c9242f4aa2a3069897bff64 /PKGBUILD
parent8bab3eedae4d096aec1c1442d44cb7bd8818e732 (diff)
downloadaur-12644ac387d57061c9f156475046e03b033d86e6.tar.gz
0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16bf669a0380..338e057fbd7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jordan MacDonald <jordan(at)wastedintelligence(dot)com>
pkgname=amp
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='A modal text editor for the terminal.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('libxcb')
makedepends=('rust' 'git' 'python' 'cmake' 'libxcb')
source=("https://github.com/jmacdonald/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('75f064b475795fdfd62136288a365af71c9b98ece0b26c48854c6dbbcbcc1a2270a30bd7e3d7c1c82763e5394daec4ef6bdf55f8cee21de75338df8df65e0b7b')
+sha512sums=('dfe959a4e7a721a13c0c05e09b61ba5d93dd4fae8d779a3847720fdffe66f3f08a953b3cb97ec3753c22e5b36649fcbd47b6f2ab1053590a8e4d231b92ebeff5')
build() {
cd "$pkgname-$pkgver"