summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 943bc1759830..fe358fb69989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ponas <mykolas.peteraitis@gmail.com>
pkgname="rlaunch"
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
-pkgdesc="A fast and light-weight application launcher"
+pkgdesc="A fast, light-weight and modern application launcher"
arch=('x86_64')
url="https://github.com/PonasKovas/rlaunch"
license=('MIT')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PonasKovas/rlaunch/archive/${pkgver}.tar.gz")
-md5sums=('1f7d64d4c082c102ed7a9e267fb883e7')
+md5sums=('2161500a8de4325c37fe706f4b2787f9')
build () {
cd "$srcdir/$pkgname-$pkgver"