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

Florian Pritz bluewind at gemini.archlinux.org
Fri Jul 1 15:27:31 UTC 2022


    Date: Friday, July 1, 2022 @ 15:27:31
  Author: bluewind
Revision: 1243205

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-01 15:27:28 UTC (rev 1243204)
+++ PKGBUILD	2022-07-01 15:27:31 UTC (rev 1243205)
@@ -1,32 +0,0 @@
-# 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:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 1243204, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-01 15:27:31 UTC (rev 1243205)
@@ -0,0 +1,32 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.3.0
+pkgrel=1
+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=('81bb394a9a8df02808b266f0f34e3c7d'
+         '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