summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Woodbine2018-06-09 19:49:49 +1200
committerCaleb Woodbine2018-06-09 19:49:49 +1200
commit90a16494e15ef5ee0f452b369aeaa40b97c8f49d (patch)
tree925bbb8c1b2fc5d9348ff33cd3f20700b25d61f4
parent6f407c803eded4d0ad1771a5e59aa20e1802fcad (diff)
downloadaur-90a16494e15ef5ee0f452b369aeaa40b97c8f49d.tar.gz
Fixed URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2ccff03816..90a55ab2dca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = rpicustomiser
pkgdesc = A useful tool for customising Rasbian. Chroot, install deb packages, copy files, customise.
pkgver = 1.0.1
pkgrel = 1
- url = https://gitlab.com/BobyMCbobs/
+ url = https://gitlab.com/BobyMCbobs/rpicustomiser
arch = any
license = GPL
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 2dcfe48919ef..d89749551a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Caleb Woodbine <github.com/BobyMCbobs>
+# Maintainer: Caleb Woodbine <gitlab.com/BobyMCbobs>
pkgname=rpicustomiser
pkgver=1.0.1
pkgrel=1
pkgdesc="A useful tool for customising Rasbian. Chroot, install deb packages, copy files, customise."
arch=('any')
-url="https://gitlab.com/BobyMCbobs/${rpicustomiser}"
+url="https://gitlab.com/BobyMCbobs/${pkgname}"
license=('GPL')
depends=('bash' 'qemu' 'qemu-user-static' 'binfmt-support')
source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")