summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2024-05-14 19:22:31 +0200
committerkleintux2024-05-14 19:22:31 +0200
commit8accc53ac2531c759f0c7df9bb7bdb844f551329 (patch)
tree60dc5087245de0141b6f0f97b9b4cc16b9002d7d
parentb0d2832e06ee1ca99e7994a7aabffac105146611 (diff)
downloadaur-8accc53ac2531c759f0c7df9bb7bdb844f551329.tar.gz
update to 4.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a165fc8c3092..c6dfcffb00d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emoj
pkgdesc = Find relevant emoji from text on the command-line
- pkgver = 4.0.1
+ pkgver = 4.1.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-4.0.1.tgz
- source = https://github.com/sindresorhus/emoj/archive/v4.0.1.tar.gz
- sha256sums = e16a5097d22b722a9bd0743beb22af9c9716ec4d9ce5a25953cd25c2b57c10d0
+ noextract = emoj-4.1.0.tgz
+ source = https://github.com/sindresorhus/emoj/archive/v4.1.0.tar.gz
+ sha256sums = 7718b1e2487368db77a46453aa682d840645511861e1d00192cde8e8332dffca
pkgname = emoj
diff --git a/PKGBUILD b/PKGBUILD
index 0e088a629c05..310ffcd3f07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=emoj
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="Find relevant emoji from text on the command-line"
arch=("any")
@@ -12,7 +12,7 @@ depends=('nodejs' 'xsel')
makedepends=('npm')
source=(https://github.com/sindresorhus/${pkgname}/archive/v${pkgver}.tar.gz)
noextract=($pkgname-$pkgver.tgz)
-sha256sums=('e16a5097d22b722a9bd0743beb22af9c9716ec4d9ce5a25953cd25c2b57c10d0')
+sha256sums=('7718b1e2487368db77a46453aa682d840645511861e1d00192cde8e8332dffca')
package() {
install -dm 755 "${pkgdir}/usr/lib/node_modules/"