Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-04 18:33:17 +0000
committerGitHub <noreply@github.com>2021-04-04 18:33:17 +0000
commit45e61dd83e001a1a8d5d72531a8b3b23e9747525 (patch)
tree821c37cc4ca53214868a6e36f2e978608d1a7867 /PKGBUILD
parentb02c9991911887620d4c4e84b65ac6d0c9a97b16 (diff)
parentf8fc542fd7cb35b68d8ab4760cf53f6d45654834 (diff)
Merge pull request #165 from rffontenelle/fix-repo-url
Update repo to archlinux/archinstall
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e073666..77e6b512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=$(git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g')
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=('any')
-url="https://github.com/Torxed/archinstall"
+url="https://github.com/archlinux/archinstall"
license=('GPL')
depends=('python')
makedepends=('python-setuptools')