summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 321b5661ec94..b554735faacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jonathan Chasteen <jonathan.chasteen at live dot com>
pkgname=ltfs
-pkgver=2.4.3.1
-_pkgver2=10461
+pkgver=2.4.5.0
+_pkgver2=10502
pkgrel=1
pkgdesc='Linear Tape File System'
arch=('x86_64' 'i686')
url='https://github.com/LinearTapeFileSystem/ltfs'
license=('BSD')
-depends=('fuse' 'icu' 'libxml2')
-makedepends=('patch' 'gcc' 'pkg-config' 'make' 'fakeroot' 'net-snmp')
+depends=('fuse' 'icu' 'libxml2' 'net-snmp')
+makedepends=('patch' 'gcc' 'pkg-config' 'make' 'fakeroot')
backup=('etc/ltfs.conf.local')
source=("https://github.com/LinearTapeFileSystem/ltfs/archive/refs/tags/v${pkgver}-${_pkgver2}.tar.gz")
-sha256sums=('ae39778a47cb09c126fd394c269cbf464f7b43c876ea71a9c880e1159ce87066')
+sha256sums=('2525773d740d315e9b1ce3ad615d51f5fa8a9da6b648c9f6e57fcca422bd04ac')
build() {
cd "${srcdir}/ltfs-${pkgver}-${_pkgver2}"