summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRecursive G2023-02-19 10:15:22 -0600
committerRecursive G2023-02-19 10:15:22 -0600
commitf8bfb8b599d46c7541824c0205ea8646ac4d02c8 (patch)
tree147cd3a20154a370a826177768d2b4f0c0721c7f
parent7860287a658a1936f6ac5dc6c92bf9a30f6ed076 (diff)
downloadaur-ltfs.tar.gz
update to v2.4.5.0; move net-snmp to depends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e8a3c951a9..b0c486649f62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ltfs
pkgdesc = Linear Tape File System
- pkgver = 2.4.3.1
+ pkgver = 2.4.5.0
pkgrel = 1
url = https://github.com/LinearTapeFileSystem/ltfs
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = ltfs
makedepends = pkg-config
makedepends = make
makedepends = fakeroot
- makedepends = net-snmp
depends = fuse
depends = icu
depends = libxml2
+ depends = net-snmp
backup = etc/ltfs.conf.local
- source = https://github.com/LinearTapeFileSystem/ltfs/archive/refs/tags/v2.4.3.1-10461.tar.gz
- sha256sums = ae39778a47cb09c126fd394c269cbf464f7b43c876ea71a9c880e1159ce87066
+ source = https://github.com/LinearTapeFileSystem/ltfs/archive/refs/tags/v2.4.5.0-10502.tar.gz
+ sha256sums = 2525773d740d315e9b1ce3ad615d51f5fa8a9da6b648c9f6e57fcca422bd04ac
pkgname = ltfs
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}"