Date: Thursday, February 23, 2023 @ 19:26:50
Author: felixonmars
Revision: 1403725
archrelease: copy trunk to community-x86_64
Added:
avfs/repos/community-x86_64/PKGBUILD
(from rev 1403724, avfs/trunk/PKGBUILD)
Deleted:
avfs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-23 19:26:38 UTC (rev 1403724)
+++ PKGBUILD 2023-02-23 19:26:50 UTC (rev 1403725)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Alexander F Rødseth <[email protected]>
-# Contributor: Kevin Piche <[email protected]>
-# Contributor: K. Piche <[email protected]>
-
-pkgname=avfs
-pkgver=1.1.4
-pkgrel=2
-pkgdesc='Virtual filesystem that allows browsing compressed files'
-arch=('x86_64')
-license=('GPL' 'LGPL')
-url='http://avf.sourceforge.net/'
-depends=('fuse2' 'lzlib' '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:
Copied: avfs/repos/community-x86_64/PKGBUILD (from rev 1403724,
avfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-23 19:26:50 UTC (rev 1403725)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Alexander F Rødseth <[email protected]>
+# Contributor: Kevin Piche <[email protected]>
+# Contributor: K. Piche <[email protected]>
+
+pkgname=avfs
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='Virtual filesystem that allows browsing compressed files'
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url='http://avf.sourceforge.net/'
+depends=('fuse2' 'lzlib' 'perl' 'xz' 'zstd')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
+sha512sums=('03e9abbda17d7976f9c6e4f8a426ff0b85f626ba2942cb2ec17aff3239476d6de385d7d709d7f0b23e31fbde5bcf131e512d38354f78f7fdc04d4b6d0d593e1b')
+
+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: