summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKitsu2024-03-10 20:22:42 -0300
committerKitsu2024-03-10 20:22:42 -0300
commit68a7c3af8cd21c5d2d546c7be3eb0627cffd8e39 (patch)
treeb6b25aa8d09ba38e0bac4163efc47993cc79fc73
parent81c6242c50f421646a919bb5100e6de83f74caf1 (diff)
downloadaur-68a7c3af8cd21c5d2d546c7be3eb0627cffd8e39.tar.gz
Update version to 0.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70490ac21111..199e3d2e0638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = yofi-bin
pkgdesc = Minimalistic menu for Wayland-based compositors
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/l4l/yofi
arch = x86_64
license = MIT
depends = fontconfig
- depends = expat
- depends = graphite
- depends = pcre
depends = wayland-protocols
depends = libxkbcommon
provides = yofi
- source = https://github.com/l4l/yofi/releases/download/0.2.0/yofi-ubuntu-20.04
- sha256sums = 6abac7e27b0261a8f2e3f8d4c57492e8e4d7914133a9c2dc3a1be1ddf9085d0b
+ source = https://github.com/l4l/yofi/releases/download/0.2.1/yofi-ubuntu-22.04
+ sha256sums = fe8af047001b6c47d63d66755a13a337aefb1f3c5ecc472049e20fda3918b08a
pkgname = yofi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b872fc53317..2eb662d1e9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kitsu mail@kitsu.me
pkgname=yofi-bin
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Minimalistic menu for Wayland-based compositors"
arch=('x86_64')
url="https://github.com/l4l/yofi"
license=('MIT')
-depends=('fontconfig' 'expat' 'graphite' 'pcre' 'wayland-protocols' 'libxkbcommon')
+depends=('fontconfig' 'wayland-protocols' 'libxkbcommon')
provides=('yofi')
-_binname="yofi-ubuntu-20.04"
+_binname="yofi-ubuntu-22.04"
source=("https://github.com/l4l/yofi/releases/download/${pkgver}/${_binname}")
-sha256sums=('a8b033009c868f442c6bbd982523fb7c8f2fc9676db06edc1d595b962a489e09')
+sha256sums=('fe8af047001b6c47d63d66755a13a337aefb1f3c5ecc472049e20fda3918b08a')
package() {
cd "$srcdir"