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

Felix Yan felixonmars at archlinux.org
Sun Feb 14 23:48:49 UTC 2021


    Date: Sunday, February 14, 2021 @ 23:48:49
  Author: felixonmars
Revision: 860080

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 23:48:48 UTC (rev 860079)
+++ PKGBUILD	2021-02-14 23:48:49 UTC (rev 860080)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: btfs/repos/community-x86_64/PKGBUILD (from rev 860078, btfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-14 23:48:49 UTC (rev 860080)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=btfs
+pkgver=2.24
+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=('33339d9eefe6836c8c96c4ea0fb6ee99150df5500f4d1dce107c20df72e0d2959152fca0901676cec1eebf1de39a69dc46ea96442aecd234c9fb4e7618337b0c')
+
+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