diff options
author | Tomasz Buczyński | 2023-02-17 16:51:46 +0100 |
---|---|---|
committer | Tomasz Buczyński | 2023-02-17 16:51:46 +0100 |
commit | 7db0dc0b4e8146ee56e632fb7297ef390007020c (patch) | |
tree | 237c25a0e45d4721726166d1d51994c35aa4b98d /PKGBUILD | |
parent | 73d275daec9096cf829d6cc840e6f555738aca5f (diff) | |
download | aur-box-installer.tar.gz |
update project url
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |