summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pennington2022-10-05 22:45:48 +0200
committerMartchus2022-10-05 22:45:48 +0200
commitb471745c2514c337a220b2b657d494f7be9e2802 (patch)
tree10a9dce5161433d7a9b0f937ae5602bc164d4e51
parent6fcbb6f3e6c8c3781c61f709ac490733ff2db9d4 (diff)
downloadaur-b471745c2514c337a220b2b657d494f7be9e2802.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 82a6f1c5bb10..6be2294b6256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,6 @@ pkgbase = qtutilities-qt6
optdepends = qtutilities-doc: API documentation
provides = libqtutilities-qt6.so
source = qtutilities-6.9.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.9.0.tar.gz
- sha256sums = 76ac459271f596bfda46f4293adfb49fa3088c011d06737c9ab7f8bb32cde9d2
+ sha256sums = 59ad79da682cb626a3fb767b7f84781c4c5352e40f356d2ebd06522c62530e2c
pkgname = qtutilities-qt6
diff --git a/PKGBUILD b/PKGBUILD
index 13d10040305d..51679cc8556f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=("$_name-doc: API documentation")
provides=(libqtutilities-qt6.so)
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('76ac459271f596bfda46f4293adfb49fa3088c011d06737c9ab7f8bb32cde9d2')
+sha256sums=('59ad79da682cb626a3fb767b7f84781c4c5352e40f356d2ebd06522c62530e2c')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"