summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2024-03-18 21:01:30 +0100
committerGuilhem Saurel2024-03-18 21:01:30 +0100
commit414542a834aac1e60c9ea83bc3b45a636e5c9dde (patch)
tree798d7f3c606f089c3bd299957bd546eaa7cdeff1 /PKGBUILD
parenta216a013b919e6e53f2d90c6834d9a98da0272cf (diff)
downloadaur-yofi.tar.gz
v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 287a022b815e..b5037b31bbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kitsu mail@kitsu.me
pkgname=yofi
-pkgver=0.2.0
+pkgver=0.2.2
pkgrel=1
pkgdesc="Minimalistic menu for Wayland-based compositors."
arch=('x86_64')
@@ -10,8 +10,8 @@ url="https://github.com/l4l/yofi"
license=('MIT')
depends=('fontconfig' 'expat' 'graphite' 'pcre' 'wayland-protocols' 'libxkbcommon')
makedepends=('cargo')
-source=("https://github.com/l4l/yofi/archive/$pkgver.tar.gz")
-sha256sums=('343541731f5fe771e47e4516eb95dd057e7d3c0837f7ba7e529fc663f77ba074')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/l4l/yofi/archive/$pkgver.tar.gz")
+sha256sums=('a4dd8df03a6083b977f1085b5115dd76c09e3d9654837fe2ead5c3b4b78d3b24')
build() {
cd "$srcdir/$pkgname-$pkgver"