summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-04-19 13:35:55 +0200
committerHugo Osvaldo Barrera2021-04-19 13:35:55 +0200
commita2dd499a032a16fbc720e660279dd104906123ad (patch)
tree81729abef66567a6621a62794f15931f8158f512
parent0fd1e502bc643d0c29de23caaf0dbcf3000c0080 (diff)
downloadaur-a2dd499a032a16fbc720e660279dd104906123ad.tar.gz
Update to 0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177abe9bf70f..715058e53714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yofi
pkgdesc = Minimalistic menu for Wayland-based compositors.
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/l4l/yofi
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = yofi
depends = pcre
depends = wayland-protocols
depends = libxkbcommon
- source = https://github.com/l4l/yofi/archive/0.1.3.tar.gz
- sha256sums = 9b1a61450a9abc4c2b7604a45bf1637efe33acb0f339b9858736b5b92738e61f
+ source = https://github.com/l4l/yofi/archive/0.1.4.tar.gz
+ sha256sums = daffc1f13e0bbc3c921c9949285cec42d11c9f1bb9f7264c992bd4d7da4fbabb
pkgname = yofi
diff --git a/PKGBUILD b/PKGBUILD
index eafafddca3e6..9743e6bf048b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kitsu mail@kitsu.me
pkgname=yofi
-pkgver=0.1.3
+pkgver=0.1.4
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/0.1.3.tar.gz")
-sha256sums=('9b1a61450a9abc4c2b7604a45bf1637efe33acb0f339b9858736b5b92738e61f')
+source=("https://github.com/l4l/yofi/archive/$pkgver.tar.gz")
+sha256sums=('daffc1f13e0bbc3c921c9949285cec42d11c9f1bb9f7264c992bd4d7da4fbabb')
build() {
cd "$srcdir/$pkgname-$pkgver"