diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 09:34:14 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 09:34:14 +0200 |
| commit | 38cc886e75e3bbe1e820bafa77befdc543b1fcd3 (patch) | |
| tree | 3664832733821446b6f5ea64160a84f706bf9b54 | |
| parent | chore: add recommended shellcheck options to PKGBUILD (diff) | |
| download | PKGBUILDs-38cc886e75e3bbe1e820bafa77befdc543b1fcd3.tar.gz | |
feat: update source URL
| -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() { |
