summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba1870fc5b33..cb554c9cedaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ponas <mykolas.peteraitis@gmail.com>
pkgname="rlaunch"
-pkgver=1.3.10
+pkgver=1.3.11
pkgrel=1
pkgdesc="A fast, light-weight and modern application launcher"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('cargo'
'gcc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PonasKovas/rlaunch/archive/${pkgver}.tar.gz")
-md5sums=('0f9b7e78f4b803086d73b1c65d5d52f9')
+md5sums=('d7c52a9cde6573f7d7b98bf4cffa22fd')
build () {
cd "$srcdir/$pkgname-$pkgver"