summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPonasKovas2023-06-29 19:01:14 +0300
committerPonasKovas2023-06-29 19:01:14 +0300
commit9be33596c6933880da6e0e0ac658336995047ed4 (patch)
tree00453e817a118b066005e051df1fb8c95539b981 /PKGBUILD
parent8e125ffb58f62f83436c2c891e70d454cb8bfc75 (diff)
downloadaur-rlaunch.tar.gz
1.3.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aa8a2e729b1..780a6f654bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ponas <mykolas.peteraitis@gmail.com>
pkgname="rlaunch"
-pkgver=1.3.13
+pkgver=1.3.14
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=('e5b6158ab89de7bd8aff799845ababa0')
+md5sums=('db4a6720c64505f186f9e9b81c788f59')
build () {
cd "$srcdir/$pkgname-$pkgver"