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

Florian Pritz bluewind at archlinux.org
Sun Oct 11 08:59:08 UTC 2020


    Date: Sunday, October 11, 2020 @ 08:59:07
  Author: bluewind
Revision: 723449

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 08:59:05 UTC (rev 723448)
+++ PKGBUILD	2020-10-11 08:59:07 UTC (rev 723449)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
-
-pkgname=fb-client
-pkgver=2.1.0
-pkgrel=1
-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=('36025a42bc733a22f6fed3035bc764d9'
-         '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 723448, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-11 08:59:07 UTC (rev 723449)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.1.1
+pkgrel=1
+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=('89b8cbe0675bbacaebb4386df7f2958c'
+         '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