diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-04-11 09:48:23 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-04-11 09:48:23 +0200 |
| commit | eeb586cc65c1a05d7c8f0250e34a8c70fe7cfb04 (patch) | |
| tree | 52e04dab9d22904b338539e493043b76bf5de116 | |
| parent | feat: update source URL (diff) | |
| download | PKGBUILDs-aur-git.tar.gz | |
feat: update source URL, add devtools depaur-git
| -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() { |
