diff options
author | kleintux | 2024-05-14 19:22:31 +0200 |
---|---|---|
committer | kleintux | 2024-05-14 19:22:31 +0200 |
commit | 8accc53ac2531c759f0c7df9bb7bdb844f551329 (patch) | |
tree | 60dc5087245de0141b6f0f97b9b4cc16b9002d7d | |
parent | b0d2832e06ee1ca99e7994a7aabffac105146611 (diff) | |
download | aur-8accc53ac2531c759f0c7df9bb7bdb844f551329.tar.gz |
update to 4.1.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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/" |