summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Rämi2019-08-05 22:12:23 +0200
committerFabio Rämi2019-08-05 22:12:23 +0200
commita95401dc4d0a16a7311806d412f4b3a26452018e (patch)
treed0339fc00f82ecb7ec851fc3a2bca714d4a25268 /PKGBUILD
parent7a174b34be00daf882b4a734ca00004991edec88 (diff)
downloadaur-a95401dc4d0a16a7311806d412f4b3a26452018e.tar.gz
update to v2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78af0c64a9c3..e14ce0c36575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
url="https://github.com/open-dynaMIX/raiseorlaunch"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-i3ipc')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b4086fe8e7aa81d2e9c536823c5f999b44df1cd830c905952a19deebfc76be06')
+sha256sums=('befdd021aef3042b1fc8863e4fe1f8f0447fcbe2f19dfc1f94556b7b334f509b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"