[arch-commits] Commit in file/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Tue Jun 16 16:05:26 UTC 2020


    Date: Tuesday, June 16, 2020 @ 16:05:26
  Author: seblu
Revision: 389371

upgpkg: file 5.39-1

Modified:
  file/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 16:04:30 UTC (rev 389370)
+++ PKGBUILD	2020-06-16 16:05:26 UTC (rev 389371)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=file
-pkgver=5.38
-pkgrel=3
+pkgver=5.39
+pkgrel=1
 pkgdesc='File type identification utility'
 arch=('x86_64')
 license=('custom')
@@ -12,14 +12,10 @@
 url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so')
 provides=('libmagic.so')
-source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
-        file-5.38-seccomp-tcgets.patch
-        0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch)
+source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
-sha256sums=('593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34'
-            'SKIP'
-            'da6197e89ca53bd4f0d9009fa3a18c6fdb66dc07eb92e6bd77207eadb4548cfe'
-            '5636b444d147d6598c3defd0ce0a9b28056f2f64b09ef7f032337ed0308b8490')
+sha256sums=('f05d286a76d9556243d0cb05814929c2ecf3a5ba07963f8f70bfaaa70517fad1'
+            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,7 +25,7 @@
     src="${src%%::*}"
     src="${src##*/}"
     [[ $src = *.patch ]] || continue
-    msg2 "Applying patch $src..."
+    echo "Applying patch $src..."
     patch -Np1 < "../$src"
   done
 }



More information about the arch-commits mailing list