aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 09:34:14 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 09:34:14 +0200
commit38cc886e75e3bbe1e820bafa77befdc543b1fcd3 (patch)
tree3664832733821446b6f5ea64160a84f706bf9b54
parentchore: add recommended shellcheck options to PKGBUILD (diff)
downloadPKGBUILDs-38cc886e75e3bbe1e820bafa77befdc543b1fcd3.tar.gz
feat: update source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53def92..5de10de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 35b3755..1b479fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {