[arch-commits] Commit in avfs/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 14 22:45:36 UTC 2021
Date: Friday, May 14, 2021 @ 22:45:36
Author: felixonmars
Revision: 934429
archrelease: copy trunk to community-x86_64
Added:
avfs/repos/community-x86_64/PKGBUILD
(from rev 934428, avfs/trunk/PKGBUILD)
Deleted:
avfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 22:45:25 UTC (rev 934428)
+++ PKGBUILD 2021-05-14 22:45:36 UTC (rev 934429)
@@ -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.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:
Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 934428, avfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-14 22:45:36 UTC (rev 934429)
@@ -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.4
+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=('5caa7050e6b9cdce0b5ccd515af8233dc1e9226a97cdf3a3284ced5edd44fbde426049b4ce500ce1daf020d085f9f0a9f81eff339657e92ff2d09b1dec6e4267')
+
+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