summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Rämi2019-10-19 10:47:56 +0200
committerFabio Rämi2019-10-19 10:47:56 +0200
commitc7d1ac8403a05b68a22b58beedd60472ea186393 (patch)
tree718aefa253b4e7ca84025b3cb4a7dede00c7219a /PKGBUILD
parentbf90a12487f2fec0b10b75cef9ec754833d6cad5 (diff)
downloadaur-c7d1ac8403a05b68a22b58beedd60472ea186393.tar.gz
update to v2.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9c2ef01cd0d..85be1392f0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=2.3.2
+pkgver=2.3.3
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=('32b26527eac650f3c202263c91f528186dd7da283c8e83df825ec358d0e3da94')
+sha256sums=('8d7687399f24bbb3fd698cc0cfe1a70a5d9d84bc08c4d35f99356ee7e914f619')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"