[arch-commits] Commit in fb-client/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sun Jul 10 16:59:06 UTC 2016


    Date: Sunday, July 10, 2016 @ 16:59:05
  Author: bluewind
Revision: 182618

upgpkg: fb-client 2.0.1-2

Add missing dependency

Modified:
  fb-client/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-10 16:06:56 UTC (rev 182617)
+++ PKGBUILD	2016-07-10 16:59:05 UTC (rev 182618)
@@ -2,12 +2,12 @@
 
 pkgname=fb-client
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Client for paste.xinu.at"
 arch=("any")
 url="https://paste.xinu.at"
 license=('GPL3')
-depends=('python' 'python-pycurl')
+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'



More information about the arch-commits mailing list