diff options
Diffstat (limited to '')
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ pkgbase = aur-git pkgdesc = A simple script for AUR package management - pkgver = 1.0.0 + pkgver = 1.1.0.r0.geabe823 pkgrel = 1 - url = https://github.com/pml68/aur + url = https://git.sr.ht/~pml68/aur arch = any license = MIT depends = bash @@ -11,7 +11,7 @@ pkgbase = aur-git conflicts = aur options = !strip options = !debug - source = aur-git::git+https://github.com/pml68/aur.git + source = aur-git::git+https://git.sr.ht/~pml68/aur sha256sums = SKIP pkgname = aur-git @@ -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() { |
