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

2020-10-11 Thread Florian Pritz via arch-commits
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
===
--- PKGBUILD2020-10-11 08:59:05 UTC (rev 723448)
+++ PKGBUILD2020-10-11 08:59:07 UTC (rev 723449)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-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)
+++ PKGBUILD2020-10-11 08:59:07 UTC (rev 723449)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+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:


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

2020-10-07 Thread Florian Pritz via arch-commits
Date: Wednesday, October 7, 2020 @ 13:25:12
  Author: bluewind
Revision: 720523

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 13:25:09 UTC (rev 720522)
+++ PKGBUILD2020-10-07 13:25:12 UTC (rev 720523)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.4
-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=('869cae45c80271bfc0eb54a3f67e9026'
- '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 720522, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 13:25:12 UTC (rev 720523)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+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:


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

2019-02-07 Thread Florian Pritz via arch-commits
Date: Thursday, February 7, 2019 @ 16:08:51
  Author: bluewind
Revision: 430097

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 16:08:46 UTC (rev 430096)
+++ PKGBUILD2019-02-07 16:08:51 UTC (rev 430097)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.3
-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=('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:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 430096, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 16:08:51 UTC (rev 430097)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.4
+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=('869cae45c80271bfc0eb54a3f67e9026'
+ '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:


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

2016-09-24 Thread Florian Pritz
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
===
--- PKGBUILD2016-09-24 16:11:53 UTC (rev 190443)
+++ PKGBUILD2016-09-24 16:11:57 UTC (rev 190444)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-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)
+++ PKGBUILD2016-09-24 16:11:57 UTC (rev 190444)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+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:


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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 19:44:49
  Author: bluewind
Revision: 182630

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 19:44:46 UTC (rev 182629)
+++ PKGBUILD2016-07-10 19:44:49 UTC (rev 182630)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.1
-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=('bc2ab211a283de56298cbc1f213b24ea'
- '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 182629, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 19:44:49 UTC (rev 182630)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+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:


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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 16:59:11
  Author: bluewind
Revision: 182619

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 16:59:05 UTC (rev 182618)
+++ PKGBUILD2016-07-10 16:59:11 UTC (rev 182619)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-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=('bc2ab211a283de56298cbc1f213b24ea'
- '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 182618, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 16:59:11 UTC (rev 182619)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.1
+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=('bc2ab211a283de56298cbc1f213b24ea'
+ '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:


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

2016-07-05 Thread Florian Pritz
Date: Wednesday, July 6, 2016 @ 06:56:51
  Author: bluewind
Revision: 182382

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-06 06:56:45 UTC (rev 182381)
+++ PKGBUILD2016-07-06 06:56:51 UTC (rev 182382)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-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:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182381, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-06 06:56:51 UTC (rev 182382)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+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=('bc2ab211a283de56298cbc1f213b24ea'
+ '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: