summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvin Bryntesson2023-04-09 12:54:14 +0200
committerEdvin Bryntesson2023-04-09 12:54:14 +0200
commit1d89162e1c1d697abb597bd4105de3582db5949d (patch)
tree9d2a2968f53671db11caee40bdf6c3bea1b3cc43
parentdbe3ad6572007f446b95ed7648cf31e253ab1d21 (diff)
downloadaur-1d89162e1c1d697abb597bd4105de3582db5949d.tar.gz
updated config hopefully did it correctly this time
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a577e3e7053..03fb2bce58b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anyrun-git
pkgdesc = A rust-based wayland native krunner-like runner, made with customizability in mind.
- pkgver = r29.c74235a
- pkgrel = 6
+ pkgver = r35.7a7fb55
+ pkgrel = 2
url = github.com/Kirottu/anyrun
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index bfa1c95086ff..46cca01d0358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Edvin Bryntesson <aur@edvinbryntesson.se>
_pkgname="anyrun"
pkgname="${_pkgname}-git"
-pkgver=r29.c74235a
-pkgrel=6
+pkgver=r35.7a7fb55
+pkgrel=2
pkgdesc="A rust-based wayland native krunner-like runner, made with customizability in mind."
arch=("x86_64")
url="github.com/Kirottu/anyrun"
@@ -36,5 +36,5 @@ package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/${_pkgname}"
mkdir -p "$pkgdir/etc/anyrun/plugins"
printf "Config( \n width: 800, \n position: Top, \n hide_icons: false, \n plugins: [ \n 'libapplications.so', \n 'libsymbols.so', \n 'libshell.so', \n 'libtranslate.so', \n ], \n)" > "$pkgdir/etc/anyrun/config.ron"
- cp "target/release/*.so" "$pkgdir/etc/anyrun/plugins/"
+ cp target/release/*.so "$pkgdir/etc/anyrun/plugins/"
}