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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun Jul 14 11:35:51 UTC 2013


    Date: Sunday, July 14, 2013 @ 13:35:51
  Author: jlichtblau
Revision: 94094

upgpkg: bti 033-1

Modified:
  bti/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-14 11:35:39 UTC (rev 94093)
+++ PKGBUILD	2013-07-14 11:35:51 UTC (rev 94094)
@@ -4,32 +4,26 @@
 # Contributor: Urist <9362773 at gmail.com>
 
 pkgname=bti
-pkgver=032
-pkgrel=3
+pkgver=033
+pkgrel=1
 pkgdesc='Console client for Twitter and identi.ca'
 arch=('i686' 'x86_64')
 url='http://gregkh.github.com/bti/'
 license=('GPL')
-depends=('pcre' 'libxml2' 'curl' 'liboauth')
+depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
 makedepends=('git')
+source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3d9d8a86a718a4820387c75ac2af24fecfe754ee562163d700acb7cf795d753')
 
 build() {
-  local _gitroot='git://github.com/gregkh/bti.git'
-  git clone ${_gitroot}
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
 
-  cd bti
-  git checkout ${pkgver}
-
-  ./autogen.sh
-
-  ./configure \
-    --prefix=/usr
-
   make
 }
 
 package() {
-  cd bti
+  cd ${srcdir}/$pkgname-$pkgver
   
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list