summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSashanoraa2021-12-13 15:49:30 -0500
committerSashanoraa2021-12-13 15:49:30 -0500
commit1133bdb96409670de8132db9ac5487fea5a63894 (patch)
treeaf658b30efe918f54ffe966094ca8d1b800a85b9
parentc00e8c53be8207cd5ff9d4876b2c7aff628e66af (diff)
downloadaur-1133bdb96409670de8132db9ac5487fea5a63894.tar.gz
Updated to 0.8.0
Signed-off-by: Sashanoraa <sasha@sashanoraa.gay>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 741acf65df9b..f89e4a109926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-runners-poki-launcher
pkgdesc = An application launcher that shows recently used apps first
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://sr.ht/~zethra/poki-launcher/
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = plasma5-runners-poki-launcher
makedepends = rust
makedepends = cargo
depends = krunner
- source = plasma5-runners-poki-launcher-0.7.0.tar.gz::https://git.sr.ht/~zethra/poki-launcher/archive/0.7.0.tar.gz
- sha256sums = e0578de1a3916efdd962f24bc8c8fa3a26916e97e56627ffeeb84493f8b206e6
+ source = plasma5-runners-poki-launcher-0.8.0.tar.gz::https://git.sr.ht/~zethra/poki-launcher/archive/0.8.0.tar.gz
+ sha256sums = 095ca8b26728f4324c0d78938a63fc2bc8c90a5c1434e0c01d3c6b45b8ae7c91
pkgname = plasma5-runners-poki-launcher
-
diff --git a/PKGBUILD b/PKGBUILD
index a4c14a57908b..344fcb4e81b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Aaron Goldberg <ben@benaaron.dev>
pkgname=plasma5-runners-poki-launcher
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="An application launcher that shows recently used apps first"
arch=('x86_64' 'i686' 'aarch64')
@@ -10,7 +10,7 @@ license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~zethra/poki-launcher/archive/$pkgver.tar.gz")
depends=('krunner')
makedepends=('rust' 'cargo')
-sha256sums=("e0578de1a3916efdd962f24bc8c8fa3a26916e97e56627ffeeb84493f8b206e6")
+sha256sums=('095ca8b26728f4324c0d78938a63fc2bc8c90a5c1434e0c01d3c6b45b8ae7c91')
build() {
cd "poki-launcher-$pkgver"