summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-01-11 10:06:43 +0100
committerMartchus2019-01-11 10:06:43 +0100
commit9d4f58486707d96baaa5bd9c7e5afbc1e25f2387 (patch)
tree2eabfaa45e84f04db214d739a22577d6d7024c04
parentf55af08bbdb68263af104b9c462a177b45dd7731 (diff)
downloadaur-9d4f58486707d96baaa5bd9c7e5afbc1e25f2387.tar.gz
Fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560a1f86f47a..98f99de7ff19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = tagparser
depends = zlib
optdepends = tagparser-doc: API documentation
source = tagparser-8.1.0.tar.gz::https://github.com/Martchus/tagparser/archive/v8.1.0.tar.gz
- sha256sums = 2dae626ed17c2dd8a0b673e12187ee4c8192e5c6967cf26b1c8ca6dd23992b30
+ sha256sums = abb96a898b67fda161aee5df325e772ff9a0f08502ecd482bf758cd323c009a3
pkgname = tagparser
diff --git a/PKGBUILD b/PKGBUILD
index 338b4cdd9ec6..244adf06bed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ checkdepends=('cppunit' 'openssl')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('2dae626ed17c2dd8a0b673e12187ee4c8192e5c6967cf26b1c8ca6dd23992b30')
+sha256sums=('abb96a898b67fda161aee5df325e772ff9a0f08502ecd482bf758cd323c009a3')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"