[arch-commits] Commit in archivetools/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Dec 27 14:24:23 UTC 2019
Date: Friday, December 27, 2019 @ 14:24:23
Author: anthraxx
Revision: 372324
upgpkg: archivetools 3-1
Modified:
archivetools/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-27 09:40:44 UTC (rev 372323)
+++ PKGBUILD 2019-12-27 14:24:23 UTC (rev 372324)
@@ -1,16 +1,16 @@
# Maintainer: Sébastien Luttringer
pkgname=archivetools
-pkgver=2
-pkgrel=2
+pkgver=3
+pkgrel=1
pkgdesc='Arch Linux Archive Tools'
arch=('any')
-url='https://github.com/seblu/archivetools'
+url='https://github.com/archlnux/archivetools'
license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
makedepends=('git')
backup=('etc/archive.conf')
-source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver")
+source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver")
md5sums=('SKIP')
package() {
@@ -17,6 +17,7 @@
cd $pkgname
install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+ install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
# systemd stuff
install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
More information about the arch-commits
mailing list