summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2024-01-27 00:52:33 +0000
committerKenneth Shaw2024-01-27 00:52:33 +0000
commit2a5c35883742312014698f5a13dfbd9116acc7dc (patch)
treea4cbcbd56327782452108575536009307f9798a6 /PKGBUILD
parent74a8b7fe570f96df664fadcfd4dde00055a5fd12 (diff)
downloadaur-wofimoji.tar.gz
Update wofimoji version to v0.2.2
**Full Changelog**: https://github.com/kenshaw/wofimoji/compare/v0.2.1...v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9dcf083603b..8861ca91dc8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kenneth Shaw <kenshaw at gmail com>
pkgname=wofimoji
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='the wofi emoji picker'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ url="https://github.com/kenshaw/wofimoji"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('dc66abef6ac5d320b915fb95969fc202f422e378a4c2167bf291dd2e367375b6')
+sha256sums=('ad942e4ebaa0a1f9a1fe35771403cd5a20f525dd9899b7dd8ab1e23737bd40b2')
build() {
cd $pkgname-$pkgver