[arch-commits] Commit in fb-client/repos/community-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jun 26 09:56:08 UTC 2022


    Date: Sunday, June 26, 2022 @ 09:56:08
  Author: bluewind
Revision: 1239522

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/PKGBUILD
    (from rev 1239521, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 09:55:49 UTC (rev 1239521)
+++ PKGBUILD	2022-06-26 09:56:08 UTC (rev 1239522)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
-
-pkgname=fb-client
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-url="https://paste.xinu.at"
-license=('GPL3')
-depends=('python' 'python-pycurl' 'python-xdg')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('ee0c7a677f62744b47b852a971927b4b'
-         'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 1239521, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-26 09:56:08 UTC (rev 1239522)
@@ -0,0 +1,32 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://github.com/Bluewind/fb"
+license=('GPL3')
+depends=('python' 'python-pycurl' 'python-xdg')
+optdepends=(
+  'xclip: automatically copy the URL into the clipboard on X11'
+  'wl-clipboard: automatically copy the URL into the clipboard on wayland'
+)
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('ee0c7a677f62744b47b852a971927b4b'
+         'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list