summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAllen Wild2019-03-19 01:19:10 -0400
committerAllen Wild2019-03-19 01:19:10 -0400
commitd94ebd7982dc47d72702267ee6309abaf6afa69c (patch)
treec933d349ecd8dbf174d722b1acaf1bc05678a5d2 /.SRCINFO
parent02a934724cbdf95fd939c319a62f6c6528f99ee2 (diff)
downloadaur-d94ebd7982dc47d72702267ee6309abaf6afa69c.tar.gz
3.1.8-4: big PKGBUILD cleanup
* Fix license: xfsdump/xfsrestore code mentions GPL and the doc/COPYING is the GPLv2. Nothing mentions LGPL * Fix URL: oss.sgi.com is dead and redirects away * use release tarball instead of git repo snapshot - there's a PGP signature available, but it's for the uncompressed tar rather than the tar.gz or tar.xz so unfortunately there's no easy way to use it in a PKGBUILD * remove versions from dependencies, everything in the Arch repos is well past what was required * remove options array, none of that's needed * clean up how /sbin -> /usr/bin conversion is handled * explicitly run ./configure (rather than letting make do it) so we can set sbindir, INSTALL_USER, and INSTALL_GROUP
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e41d4151e5..1c82c4d2ac35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = xfsdump
pkgdesc = Additional XFS filesystem utilities
pkgver = 3.1.8
- pkgrel = 3
- url = http://oss.sgi.com/projects/xfs/
+ pkgrel = 4
+ url = http://xfs.org
arch = i686
arch = x86_64
- license = LGPL
- depends = xfsprogs>=3.1.0
- depends = attr>=2.4.43
- depends = acl>=2.2.47
- depends = dmapi>=2.2.10
- options = !makeflags
- options = !emptydirs
- options = !libtool
- source = https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/snapshot/xfsdump-dev-3.1.8.tar.gz
- md5sums = 9059a9c510959aa848f66f6e98814438
+ license = GPL
+ depends = xfsprogs
+ depends = attr
+ depends = acl
+ depends = dmapi
+ source = https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.8.tar.xz
+ sha256sums = ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
pkgname = xfsdump