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

Florian Pritz bluewind at archlinux.org
Sat Sep 24 16:11:58 UTC 2016


    Date: Saturday, September 24, 2016 @ 16:11:57
  Author: bluewind
Revision: 190444

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 16:11:53 UTC (rev 190443)
+++ PKGBUILD	2016-09-24 16:11:57 UTC (rev 190444)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
-
-pkgname=fb-client
-pkgver=2.0.2
-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=('c36bf78e47333aa09d02d67cc5194e78'
-         '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 190443, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-24 16:11:57 UTC (rev 190444)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.0.3
+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=('6aa62128941e0294d9ecc8f61be1239d'
+         '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