summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio2018-01-06 15:40:43 +0100
committerFabio2018-01-06 15:40:43 +0100
commit36ee98f7751e6d3e09c41aab6206139f617bf899 (patch)
treeeb6a9c1f8f20d145980623647d1cb7b8594a9583 /PKGBUILD
parent748251e9ca3283df68e94c5ecf45908ea39ac98b (diff)
downloadaur-36ee98f7751e6d3e09c41aab6206139f617bf899.tar.gz
update to v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc7ad47acf37..3e8c61eb4cea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio[at]dynamix-tontechnik[dot]ch>
pkgname=raiseorlaunch
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=0
pkgdesc="A run-or-raise-application-launcher for i3 window manager."
arch=(any)
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-i3-py')
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=("https://github.com/open-dynaMIX/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('6641aa54fe45a2c40354bbc8df3cbe1322c51ca203f1119fb19634c2f254eb45')
+sha256sums=('e160fb5435b6b183db42618b93952841c56112d11b8fd853fb94c91878575172')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"