summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Chasteen2020-05-05 11:22:46 -0400
committerJonathan Chasteen2020-05-05 11:22:46 -0400
commitcc48d9461147186f2beec18ee0fa0d44cff36f1c (patch)
treeb16c603f2473c776a01a8f80704e47c9eca744ae
parent728f033917f11c60cd51c8d74e860a0b55340319 (diff)
downloadaur-cc48d9461147186f2beec18ee0fa0d44cff36f1c.tar.gz
Fix broken url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 723dea26fc42..adb3f2d7f09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgname=ltfs
pkgver=2.4.0.2
_pkgver2=5-00732-10
_pkgver3=2.4
-pkgrel=1
+pkgrel=2
pkgdesc='Linear Tape File System'
arch=('x86_64' 'i686')
-url='http://www.quantum.com/products/tapedrives/ltoultrium/lto-5/ltfs/index.aspx'
+url='https://www.quantum.com/ServiceandSupport/OpenSource/LTFS/Index.aspx'
license=('custom:ltfs')
depends=('fuse' 'icu' 'libxml2')
makedepends=('patch' 'gcc' 'pkg-config' 'make' 'fakeroot' 'net-snmp')