summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhumanbeing272023-01-29 10:29:16 -0700
committerhumanbeing272023-01-29 10:29:16 -0700
commit79c5ee3ddef49ecc3d0f96f7910bedc3b270440f (patch)
treed80f9af4d1221e6d14cc9f64a1058ec1130df60a
parent1491a78fc5cc14fb93e23e521a96e1c88cb77983 (diff)
downloadaur-79c5ee3ddef49ecc3d0f96f7910bedc3b270440f.tar.gz
Nothing Special
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e355ad48563..b0af140baf2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = waydroid-settings-git
provides = waydroid-settings
conflicts = waydroid-settings
source = git+https://github.com/axel358/Waydroid-Settings.git#branch=gtk4-port
- sha512sums = SKIP
+ b2sums = SKIP
pkgname = waydroid-settings-git
diff --git a/PKGBUILD b/PKGBUILD
index 558f0116f854..5d2169d4ebe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/axel358/Waydroid-Settings/tree/gtk4-port"
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+${url%/tree/gtk4-port}.git#branch=gtk4-port")
-sha512sums=('SKIP')
+b2sums=('SKIP')
build(){
arch-meson ${srcdir}/${_repo_name%-gtk4-port} build
}