summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-07-04 18:22:21 +0200
committerHugo Osvaldo Barrera2022-07-04 18:22:45 +0200
commitbc4bdc0bd331b87fa201bd0c8b91d2ab2d680c3f (patch)
tree92936f77e700afbba70e54133f03d3655510568d /PKGBUILD
parenta2dd499a032a16fbc720e660279dd104906123ad (diff)
downloadaur-bc4bdc0bd331b87fa201bd0c8b91d2ab2d680c3f.tar.gz
upgpkg: yofi 0.1.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9743e6bf048b..d9d860dbcc66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kitsu mail@kitsu.me
pkgname=yofi
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Minimalistic menu for Wayland-based compositors."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('fontconfig' 'expat' 'graphite' 'pcre' 'wayland-protocols' 'libxkbcommon')
makedepends=('cargo')
source=("https://github.com/l4l/yofi/archive/$pkgver.tar.gz")
-sha256sums=('daffc1f13e0bbc3c921c9949285cec42d11c9f1bb9f7264c992bd4d7da4fbabb')
+sha256sums=('7ed1acc7570179baebefe8359db7e23e52f46bfcda1fe01eca6f53eda3120383')
build() {
cd "$srcdir/$pkgname-$pkgver"