summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-08-23 20:35:11 +0200
committerkleintux2022-08-23 20:35:11 +0200
commitd3bf90253e9e82e12fb607ea8c24c89547cd5f0a (patch)
tree995a976b930e876c47227ababc397ad1caa51ec8
parentfc522addcc133cf07a672532fe4385c14477c68d (diff)
downloadaur-d3bf90253e9e82e12fb607ea8c24c89547cd5f0a.tar.gz
update to 3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eacb1098dc86..30a84572abea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emoj
pkgdesc = Find relevant emoji from text on the command-line
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/sindresorhus/emoj
arch = any
@@ -8,8 +8,8 @@ pkgbase = emoj
makedepends = npm
depends = nodejs
depends = xsel
- noextract = emoj-3.2.0.tgz
- source = https://github.com/sindresorhus/emoj/archive/v3.2.0.tar.gz
- sha256sums = 68e41facffe3abcdee0e753564349d5b543c1b22556ab645a83b4af641683c86
+ noextract = emoj-3.3.0.tgz
+ source = https://github.com/sindresorhus/emoj/archive/v3.3.0.tar.gz
+ sha256sums = 623ffc8c40547899ac34b815938250863ec6ed8dd4c522c90d7d75ec27cb61f7
pkgname = emoj
diff --git a/PKGBUILD b/PKGBUILD
index a1afe336ee34..d80707e1067c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
# Contributor: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=emoj
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="Find relevant emoji from text on the command-line"
arch=("any")
@@ -11,7 +11,7 @@ depends=('nodejs' 'xsel')
makedepends=('npm')
source=(https://github.com/sindresorhus/${pkgname}/archive/v${pkgver}.tar.gz)
noextract=($pkgname-$pkgver.tgz)
-sha256sums=('68e41facffe3abcdee0e753564349d5b543c1b22556ab645a83b4af641683c86')
+sha256sums=('623ffc8c40547899ac34b815938250863ec6ed8dd4c522c90d7d75ec27cb61f7')
package() {
install -dm 755 "${pkgdir}/usr/lib/node_modules/"