summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmal Shasthree Karunarathna2019-10-06 05:12:22 +0530
committerAmal Shasthree Karunarathna2019-10-06 05:12:22 +0530
commit275cf53741e92691ee311c16597a5f6308f45656 (patch)
tree676986cd66fcfe30aab66bba3376b31d837ea923 /PKGBUILD
parent210d41aa825be3c07d07b80fe78219e7a4337877 (diff)
downloadaur-emoji-cli-git.tar.gz
Remove LICENSE hash check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24f100d65128..6568988a5f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=emoji-cli
pkgname=emoji-cli-git
-pkgver=r40.ede4bfe
+pkgver=r42.26e2d67
pkgrel=1
pkgdesc="Emoji completion on the command line for ZSH."
arch=('any')
@@ -19,7 +19,7 @@ install="${pkgname}.install"
source=("git+${url}.git"
'LICENSE::http://b4b4r07.mit-license.org')
sha256sums=('SKIP'
- 'a807fb2b9b757b95938925e37370c6965e91d020e7afe79a35d15380b89fe889')
+ 'SKIP')
pkgver(){
cd ${_gitname}