[arch-commits] Commit in avfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Aug 24 21:53:45 UTC 2020


    Date: Monday, August 24, 2020 @ 21:53:44
  Author: felixonmars
Revision: 687852

archrelease: copy trunk to community-x86_64

Added:
  avfs/repos/community-x86_64/PKGBUILD
    (from rev 687851, avfs/trunk/PKGBUILD)
Deleted:
  avfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 21:53:28 UTC (rev 687851)
+++ PKGBUILD	2020-08-24 21:53:44 UTC (rev 687852)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=avfs
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Virtual filesystem that allows browsing compressed files'
-arch=('x86_64')
-license=('GPL' 'LGPL')
-url='http://avf.sourceforge.net/'
-depends=('fuse2' 'perl' 'xz' 'zstd')
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
-sha512sums=('f54a82ed4f7f9abba3e9f02c76d3bf8693d8136010e7c628dbd82b960ea32d654f63c6e9d1237ee4bd794014a56d0cebcd4f4c3d29be8d00536fd676db3262b1')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 687851, avfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-24 21:53:44 UTC (rev 687852)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=avfs
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Virtual filesystem that allows browsing compressed files'
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url='http://avf.sourceforge.net/'
+depends=('fuse2' 'perl' 'xz' 'zstd')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
+sha512sums=('8e87655cbdb64f0cbbcc399142957ea9e04a998953cc64def9c8bb338b46abffc85a35e09b5fa52bb9ddcf56e27c4f62503050d32c8201eaad61c54e22bdd005')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list