summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-24 23:34:27 +0200
committerMartchus2019-08-24 23:34:27 +0200
commit1270b4f05a46704b22e83695a2d4eb1536b07fab (patch)
tree8992a48b3a369d892c2400a4591ef94f35bea25e
parenta5af31fc1f107b90e4543edf8e3ab11442f2ca92 (diff)
downloadaur-1270b4f05a46704b22e83695a2d4eb1536b07fab.tar.gz
Update checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f8ccb7f29c..038ca7240b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = tagparser
depends = zlib
optdepends = tagparser-doc: API documentation
source = tagparser-9.0.0.tar.gz::https://github.com/Martchus/tagparser/archive/v9.0.0.tar.gz
- sha256sums = 79915e782b319ffa1f21b3cc895826b6035c197baa003b9417d7574b039a5041
+ sha256sums = c6dd7cd5f08a6c2aa5c6adb0bc4d240eecec95edcda05bcecdc371a27e9cbfd9
pkgname = tagparser
diff --git a/PKGBUILD b/PKGBUILD
index 19ec645c0d75..6d6e7fe454eb 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=('79915e782b319ffa1f21b3cc895826b6035c197baa003b9417d7574b039a5041')
+sha256sums=('c6dd7cd5f08a6c2aa5c6adb0bc4d240eecec95edcda05bcecdc371a27e9cbfd9')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"