summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af761798b3f..7e2ccff03816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = rpicustomiser
depends = qemu-user-static
depends = binfmt-support
source = https://gitlab.com/BobyMCbobs/rpicustomiser/-/archive/1.0.1/rpicustomiser-1.0.1.zip
- md5sums = SKIP
+ md5sums = 2676b02dc78b087415fd1dc5b8e9ce8d
pkgname = rpicustomiser
diff --git a/PKGBUILD b/PKGBUILD
index aea890de5619..2dcfe48919ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,8 @@ arch=('any')
url="https://gitlab.com/BobyMCbobs/${rpicustomiser}"
license=('GPL')
depends=('bash' 'qemu' 'qemu-user-static' 'binfmt-support')
-install=
source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")
-noextract=()
-md5sums=('SKIP')
+md5sums=('2676b02dc78b087415fd1dc5b8e9ce8d')
package() {
cd "$pkgname-$pkgver"