summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-03-15 21:22:31 -0400
committerAndrew Sun2024-03-15 21:22:31 -0400
commit10f131df5a84014c6d832ce089fbad68b41d78d5 (patch)
tree1c100c1b918f30388ca6570d47349adc865cd7c2 /PKGBUILD
parenta98da53de0262e0155c2456b66449b313c9f9d2b (diff)
downloadaur-ansifilter.tar.gz
replace url and source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {