diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |
