diff options
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -7,6 +7,7 @@ pkgbase = aur-git license = MIT depends = bash depends = git + depends = devtools provides = aur conflicts = aur options = !strip @@ -2,20 +2,21 @@ # Maintainer: pml68 <contact@pml68.dev> pkgname=aur-git -pkgver=1.1.0.r0.geabe823 +pkgver=1.2.0.r0.g5cbe351 pkgrel=1 pkgdesc='A simple script for AUR package management' arch=('any') -url='https://git.sr.ht/~pml68/aur' +url='https://git.pml68.dev/aur' license=('MIT') depends=( 'bash' 'git' + 'devtools' ) options=('!strip' '!debug') conflicts=('aur') provides=('aur') -source=("${pkgname}::git+${url}") +source=("${pkgname}::git+git://git.pml68.dev/aur") sha256sums=('SKIP') pkgver() { |
