summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Buczyński2023-02-17 16:51:46 +0100
committerTomasz Buczyński2023-02-17 16:51:46 +0100
commit7db0dc0b4e8146ee56e632fb7297ef390007020c (patch)
tree237c25a0e45d4721726166d1d51994c35aa4b98d /PKGBUILD
parent73d275daec9096cf829d6cc840e6f555738aca5f (diff)
downloadaur-box-installer.tar.gz
update project url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd7b2752225a..f2cec31ed526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgver=1.0
pkgrel=2
pkgdesc="A utility to install and run packages in chroot environments"
arch=(x86_64 i686 i486 pentium4 arm armv6h armv7h aarch64)
-url="https://gitlab.com/ia-projekt-zespolowy-2021-2022/box-installer"
+url="https://gitlab.com/tomekb234/box-installer"
license=("MIT")
depends=("pacman")
optdepends=("git: downloading from AUR")
makedepends=(git)
-source=("git+https://gitlab.com/ia-projekt-zespolowy-2021-2022/box-installer.git#tag=v${pkgver}")
+source=("git+https://gitlab.com/tomekb234/box-installer.git#tag=v${pkgver}")
sha256sums=("SKIP")
build() {