summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdaa757a7d6..9b1f4b3c790e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amp
pkgdesc = A modal text editor for the terminal.
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/jmacdonald/amp
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = amp
makedepends = cmake
makedepends = libxcb
depends = libxcb
- source = https://github.com/jmacdonald/amp/archive/0.3.2.tar.gz
- sha512sums = e749ab0279b74206a07cf8c2574241b532771f44543f79a7922bb39f5ebe5c5ebd5daf00fd4e117c377a1261e97fae1bea1dccd03347a296c1e00ef55c792518
+ source = https://github.com/jmacdonald/amp/archive/0.3.3.tar.gz
+ sha512sums = 347a06343348fe5ab3f5fc769f690dbcb0ce9773bc60ecae8fef80a17dbaa53efc6df797f56bb3951dae7ff09bf928929a6df4c50cfbf22d33a06b5d7d29c275
pkgname = amp
diff --git a/PKGBUILD b/PKGBUILD
index bfa1dbd1b1f4..345038f45494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jordan MacDonald <jordan(at)wastedintelligence(dot)com>
pkgname=amp
-pkgver=0.3.2
+pkgver=0.3.3
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=('e749ab0279b74206a07cf8c2574241b532771f44543f79a7922bb39f5ebe5c5ebd5daf00fd4e117c377a1261e97fae1bea1dccd03347a296c1e00ef55c792518')
+sha512sums=('347a06343348fe5ab3f5fc769f690dbcb0ce9773bc60ecae8fef80a17dbaa53efc6df797f56bb3951dae7ff09bf928929a6df4c50cfbf22d33a06b5d7d29c275')
build() {
cd "$pkgname-$pkgver"