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

Felix Yan felixonmars at archlinux.org
Mon Nov 16 11:35:12 UTC 2020


    Date: Monday, November 16, 2020 @ 11:35:12
  Author: felixonmars
Revision: 755206

archrelease: copy trunk to community-x86_64

Added:
  btfs/repos/community-x86_64/PKGBUILD
    (from rev 755205, btfs/trunk/PKGBUILD)
Deleted:
  btfs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 11:34:18 UTC (rev 755205)
+++ PKGBUILD	2020-11-16 11:35:12 UTC (rev 755206)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=btfs
-pkgver=2.22
-pkgrel=1
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('x86_64')
-url="https://github.com/johang/btfs"
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
-sha512sums=('bc0fbded3e52cdc0093053762467e7290380a55e116ea2457b2700fe82110c4b6f7a592b9bebef335a14a4ce0fb262fc3dc9c0f4ea3b619d02595e4e74e36fa3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 755205, btfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-16 11:35:12 UTC (rev 755206)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.23
+pkgrel=1
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('x86_64')
+url="https://github.com/johang/btfs"
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz")
+sha512sums=('f911b334367e619621677793342fe36247dc63a8bff6fcab65f0b64e1645bab2ede261a7e7c03c76e18ad75b9b485d8c422e99ffcbd6069ceeb5b5e590bf5f63')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list