summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-03-08 10:38:05 +0100
committerMartchus2023-03-08 10:38:05 +0100
commit83431c175c917495f529d456ab84dea8b3595580 (patch)
treee881ab919501de324353cc35f1d2f98da726d4e1
parent751383b80d857f2bc6c2309546e6ad6cbee94442 (diff)
downloadaur-83431c175c917495f529d456ab84dea8b3595580.tar.gz
Fix checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caec75d7691d..26abd35d9729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,6 @@ pkgbase = qtutilities-qt6
optdepends = qtutilities-doc: API documentation
provides = libqtutilities-qt6.so
source = qtutilities-6.11.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.11.0.tar.gz
- sha256sums = dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4
+ sha256sums = 8b49fabea6f86a3665c4e3e7d4a9a4d4392549ce942f5de4f21b694126fea23b
pkgname = qtutilities-qt6
diff --git a/PKGBUILD b/PKGBUILD
index 70c4ab7418a6..902948d8ea1b 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=('dbb9f519d3af3ade10a16053132aad117dbfc0bb768ea8af65aef083150471a4')
+sha256sums=('8b49fabea6f86a3665c4e3e7d4a9a4d4392549ce942f5de4f21b694126fea23b')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"