summarylogtreecommitdiffstats
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
parent210d41aa825be3c07d07b80fe78219e7a4337877 (diff)
downloadaur-275cf53741e92691ee311c16597a5f6308f45656.tar.gz
Remove LICENSE hash check
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a75f9098eaa..cf5cf15e63d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emoji-cli-git
pkgdesc = Emoji completion on the command line for ZSH.
- pkgver = r40.ede4bfe
+ pkgver = r42.26e2d67
pkgrel = 1
url = https://github.com/b4b4r07/emoji-cli
install = emoji-cli-git.install
@@ -16,7 +16,7 @@ pkgbase = emoji-cli-git
source = git+https://github.com/b4b4r07/emoji-cli.git
source = LICENSE::http://b4b4r07.mit-license.org
sha256sums = SKIP
- sha256sums = a807fb2b9b757b95938925e37370c6965e91d020e7afe79a35d15380b89fe889
+ sha256sums = SKIP
pkgname = emoji-cli-git
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}