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

Florian Pritz bluewind at archlinux.org
Mon Jul 4 22:17:20 UTC 2016


    Date: Monday, July 4, 2016 @ 22:17:20
  Author: bluewind
Revision: 182235

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 22:17:17 UTC (rev 182234)
+++ PKGBUILD	2016-07-04 22:17:20 UTC (rev 182235)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
-
-pkgname=fb-client
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=('i686' 'x86_64')
-url="http://paste.xinu.at"
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('749c4afd3430f1bbd4bb049c590f6351'
-         '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-x86_64/PKGBUILD (from rev 182234, fb-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-04 22:17:20 UTC (rev 182235)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz <flo at xssn.at>
+
+pkgname=fb-client
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=('i686' 'x86_64')
+url="https://paste.xinu.at"
+license=('GPL3')
+depends=('python' 'python-pycurl')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('44ebebf093e0c0a49084c80322ff7c1f'
+         '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