Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
archivetools


Commits:
88bb0940 by Christian Heusel at 2024-05-05T01:16:44+02:00
upgpkg: 4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = archivetools
+       pkgdesc = Arch Linux Archive Tools
+       pkgver = 4
+       pkgrel = 1
+       url = https://gitlab.archlinux.org/archlinux/archivetools
+       arch = any
+       license = GPL-2.0-or-later
+       makedepends = git
+       depends = rsync
+       depends = hardlink
+       depends = xz
+       depends = util-linux
+       depends = systemd
+       depends = bash
+       backup = etc/archive.conf
+       source = 
git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v4
+       sha256sums = 
93e36e9a84f52da3572b8e594f62bc388ce468ea376e8bbfc2e78d995f6f8c56
+
+pkgname = archivetools


=====================================
PKGBUILD
=====================================
@@ -1,23 +1,17 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=archivetools
-pkgver=3
-pkgrel=3
+pkgver=4
+pkgrel=1
 pkgdesc='Arch Linux Archive Tools'
 arch=('any')
 url='https://gitlab.archlinux.org/archlinux/archivetools'
-license=('GPL2')
+license=('GPL-2.0-or-later')
 depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
 makedepends=('git')
 backup=('etc/archive.conf')
 
source=("git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  # archive.sh: Exclude debug packages during repo sync
-  git format-patch -1 --stdout 35e4faa80cb6 | patch -Np1
-}
+sha256sums=('93e36e9a84f52da3572b8e594f62bc388ce468ea376e8bbfc2e78d995f6f8c56')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archivetools/-/commit/88bb094079408c44d8f5070c48066c9f0f581825

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archivetools/-/commit/88bb094079408c44d8f5070c48066c9f0f581825
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to