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

Gaetan Bisson bisson at archlinux.org
Mon Feb 22 00:16:29 UTC 2016


    Date: Monday, February 22, 2016 @ 01:16:29
  Author: bisson
Revision: 260131

new upstream

Modified:
  xclip/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-21 21:52:13 UTC (rev 260130)
+++ PKGBUILD	2016-02-22 00:16:29 UTC (rev 260131)
@@ -4,23 +4,25 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=xclip
-pkgver=0.12
-pkgrel=4
+pkgver=0.12.git.20160201
+pkgrel=1
 pkgdesc='Command line interface to the X11 clipboard'
 url='http://sourceforge.net/projects/xclip'
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libxmu')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=e2dd115d66ecf5c772fd5359362990c17ee0defd')
+sha1sums=('SKIP')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+	./bootstrap
 	./configure --prefix=/usr
 	make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list