summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2024-03-15 21:22:31 -0400
committerAndrew Sun2024-03-15 21:22:31 -0400
commit10f131df5a84014c6d832ce089fbad68b41d78d5 (patch)
tree1c100c1b918f30388ca6570d47349adc865cd7c2
parenta98da53de0262e0155c2456b66449b313c9f9d2b (diff)
downloadaur-10f131df5a84014c6d832ce089fbad68b41d78d5.tar.gz
replace url and source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f4b1db8285..17fa7203f4c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ansifilter
pkgdesc = remove or convert ANSI codes to another format
pkgver = 2.20
pkgrel = 1
- url = http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
+ url = https://gitlab.com/saalen/ansifilter
arch = i686
arch = x86_64
arch = pentium4
@@ -12,7 +12,7 @@ pkgbase = ansifilter
depends = glibc
depends = gcc-libs
options = !debug
- source = http://www.andre-simon.de/zip/ansifilter-2.20.tar.bz2
+ source = https://gitlab.com/saalen/ansifilter/-/archive/2.20/ansifilter-2.20.tar.bz2
sha256sums = 35ec9d71a7f4e5601337937c7734b32a6e346c0f054f4d316376823cfe679067
pkgname = ansifilter
diff --git a/PKGBUILD b/PKGBUILD
index 0d63d1fa6fcb..9a0b1a24d06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=2.20
pkgrel=1
pkgdesc="remove or convert ANSI codes to another format"
arch=('i686' 'x86_64' 'pentium4' 'i486' 'aarch64')
-url="http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php"
+url="https://gitlab.com/saalen/ansifilter"
license=('GPL3')
depends=('glibc' 'gcc-libs')
options=(!debug)
-source=("http://www.andre-simon.de/zip/${pkgname}-${pkgver}.tar.bz2")
+source=("https://gitlab.com/saalen/ansifilter/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('35ec9d71a7f4e5601337937c7734b32a6e346c0f054f4d316376823cfe679067')
build() {