summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel-Sayekat2018-05-18 19:54:35 +0600
committerPavel-Sayekat2018-05-18 19:54:35 +0600
commite1abc314c50b6c41ebafbcf10ec022d7f3179c1a (patch)
treea8a7a5e9ceeff29df14cf1ad7376f0510d2e8f91
parent97cdf0064fcd4f88425f79a57780d43c90eda767 (diff)
downloadaur-e1abc314c50b6c41ebafbcf10ec022d7f3179c1a.tar.gz
corrected hashcheck
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3047781b531..4046bb2b011a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = aspell-bn
url = http://aspell.net/
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
depends = aspell
source = https://github.com/Pavel-Sayekat/aspell-bn/archive/master.zip
- sha256sums = 1e774ffdc728def394fd11aefaa3b1f8128998e1ab54897e7fd3d622ab9a3cf80304f811c5ed73abe953cdb6eace9b847a713de2ffc9a883fc6546b528dd5eb4
+ sha256sums = 03a812d859bb133af7acd3246d973de3d4a7388d346ff2290df1e86e7d4bc382
pkgname = aspell-bn
diff --git a/PKGBUILD b/PKGBUILD
index 97c721907d06..b463e2020d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://aspell.net/"
license=('GPL2')
depends=('aspell')
source=("https://github.com/Pavel-Sayekat/aspell-bn/archive/master.zip")
-sha256sums=('e1e16c11d651863ec1c1273e60417aaaa5f88a4905565e7bf2a17cbec0b5c247')
+sha256sums=('03a812d859bb133af7acd3246d973de3d4a7388d346ff2290df1e86e7d4bc382')
build() {
cd "${srcdir}/aspell-bn-master"