summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Rämi2022-02-07 21:51:04 +0100
committerFabio Rämi2022-02-07 21:51:04 +0100
commitea1e4edceab26b659579f1a8db01b2d3222ed354 (patch)
tree893ca0be180c39d617a1598ed45e0c86a74901e6 /PKGBUILD
parent5f73d5eb16292e87afa6a9f0521ee7803660cce7 (diff)
downloadaur-raiseorlaunch.tar.gz
update to v2.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60aa8feb1b98..6bbf51602aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Ambauen <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.3.4
+pkgver=2.3.5
pkgrel=1
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
@@ -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=('6f86dbe254bbbab5aa4de0ac97f346aadaf5bc36e2d477f263664c85e4a50dfc')
+sha256sums=('dcb7d2587ebcf5cfb32f0369ab8aa936c82e1ac3fc29e3f0faf9ecc07a512ed3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"