aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35b3755..1b479fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.1.0.r0.geabe823
pkgrel=1
pkgdesc='A simple script for AUR package management'
arch=('any')
-url='https://github.com/pml68/aur'
+url='https://git.sr.ht/~pml68/aur'
license=('MIT')
depends=(
'bash'
@@ -15,7 +15,7 @@ depends=(
options=('!strip' '!debug')
conflicts=('aur')
provides=('aur')
-source=("${pkgname}::git+${url}.git")
+source=("${pkgname}::git+${url}")
sha256sums=('SKIP')
pkgver() {