summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2019-05-20 22:08:33 +0200
committerFabio2019-05-20 22:08:33 +0200
commit11fb5db2221d97c5326116753a44d19620558bfe (patch)
tree0abb12f76580fa135b948721ae0393471d9d6b90 /PKGBUILD
parent33c9b1dfd6a76413e32c52d2905b76706641e9b4 (diff)
downloadaur-11fb5db2221d97c5326116753a44d19620558bfe.tar.gz
update to v2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e01b1789ff1..1f7fe0d364cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=0
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'i3ipc-python-git')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('abe9503833d4e52ca74641ee91f845012c0b884ae06f9c7723377fcba51e835e')
+sha256sums=('b4086fe8e7aa81d2e9c536823c5f999b44df1cd830c905952a19deebfc76be06')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"