summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-06-21 09:53:21 +0200
committerkleintux2023-06-21 09:53:21 +0200
commit8150cd2656d40be411e88ce8bdbe57af19d3bc8c (patch)
treec0eef99e0aea97771801cd1a8971c0853b596943
parent38523ea30e8c30b83ea8678c3f732e9c34a9f091 (diff)
downloadaur-8150cd2656d40be411e88ce8bdbe57af19d3bc8c.tar.gz
change upstream back to sr.ht
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f303a3f07993..ec5daae03641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = sline-git
pkgdesc = Simple line-editing and command history library.
- pkgver = r126.c6abf3e
+ pkgver = r149.1fa5766
pkgrel = 1
- url = https://github.com/ariadnavigo/sline.git
- arch = x86_64
- arch = aarch64
+ url = https://git.sr.ht/~ariadnavigo/sline
+ arch = any
license = MIT
makedepends = git
depends = glibc
provides = sline
conflicts = sline
- source = git+https://github.com/ariadnavigo/sline.git
+ source = git+https://git.sr.ht/~ariadnavigo/sline
sha256sums = SKIP
pkgname = sline-git
diff --git a/PKGBUILD b/PKGBUILD
index 32585c6eeadb..3bb0312a2c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=sline
pkgname="${_pkgname}-git"
-pkgver=r126.c6abf3e
+pkgver=r149.1fa5766
pkgrel=1
pkgdesc='Simple line-editing and command history library.'
-arch=('x86_64' 'aarch64')
-url="https://github.com/ariadnavigo/${_pkgname}.git"
+arch=('any')
+url="https://git.sr.ht/~ariadnavigo/${_pkgname}"
license=('MIT')
depends=('glibc')
makedepends=('git')