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

2020-08-28 Thread Frederik Schwan via arch-commits
Date: Friday, August 28, 2020 @ 12:04:53
  Author: freswa
Revision: 690635

fix unquoted variables

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 12:04:30 UTC (rev 690634)
+++ PKGBUILD2020-08-28 12:04:53 UTC (rev 690635)
@@ -18,7 +18,7 @@
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/0001-Replace-removed-is_error-macro.patch
+  patch -Np1 -i "${srcdir}"/0001-Replace-removed-is_error-macro.patch
 }
 
 build() {


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 15:02:07
  Author: foutrelis
Revision: 620835

upgpkg: bti 034-4: json-c 0.14 rebuild

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 15:02:04 UTC (rev 620834)
+++ PKGBUILD2020-04-25 15:02:07 UTC (rev 620835)
@@ -5,7 +5,7 @@
 
 pkgname=bti
 pkgver=034
-pkgrel=3
+pkgrel=4
 pkgdesc='Console client for Twitter and identi.ca'
 arch=('x86_64')
 url='https://gregkh.github.com/bti/'


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

2019-05-27 Thread Antonio Rojas via arch-commits
Date: Monday, May 27, 2019 @ 20:46:35
  Author: arojas
Revision: 472031

https

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 20:46:33 UTC (rev 472030)
+++ PKGBUILD2019-05-27 20:46:35 UTC (rev 472031)
@@ -8,7 +8,7 @@
 pkgrel=3
 pkgdesc='Console client for Twitter and identi.ca'
 arch=('x86_64')
-url='http://gregkh.github.com/bti/'
+url='https://gregkh.github.com/bti/'
 license=('GPL')
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
 
source=(https://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz


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

2018-12-03 Thread Maxim Baz via arch-commits
Date: Tuesday, December 4, 2018 @ 00:31:13
  Author: maximbaz
Revision: 411038

bti: use https sources

Modified:
  bti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-04 00:30:40 UTC (rev 411037)
+++ PKGBUILD2018-12-04 00:31:13 UTC (rev 411038)
@@ -11,7 +11,7 @@
 url='http://gregkh.github.com/bti/'
 license=('GPL')
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
-source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz
+source=(https://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz
 0001-Replace-removed-is_error-macro.patch)
 
sha512sums=('2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba'
 
'e05c6b4c744338a4679e37c25e16656b029bb995cbe0efd71b986383d812c4c7b9e599d4f758dfeef94a378a2a807275ffe80fb28ff9970a5ec4b039201223f6')
@@ -30,6 +30,6 @@
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
-  
+
   make DESTDIR="${pkgdir}" install
 }


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 16:37:35
  Author: felixonmars
Revision: 339383

upgpkg: bti 034-3

json-c 0.13.1 rebuild

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 16:16:01 UTC (rev 339382)
+++ PKGBUILD2018-06-03 16:37:35 UTC (rev 339383)
@@ -6,7 +6,7 @@
 
 pkgname=bti
 pkgver=034
-pkgrel=2
+pkgrel=3
 pkgdesc='Console client for Twitter and identi.ca'
 arch=('x86_64')
 url='http://gregkh.github.com/bti/'
@@ -14,8 +14,8 @@
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
 source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz
 0001-Replace-removed-is_error-macro.patch)
-sha256sums=('8b4a1a11f529f83956468acadaea9d11db4f03e82afe07fecb84b2d00e9eae83'
-'df18ac4ad58b3ed17ce3ad7150a60375305f25641a791b6c4c4b69c631093a0e')
+sha512sums=('2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba'
+
'e05c6b4c744338a4679e37c25e16656b029bb995cbe0efd71b986383d812c4c7b9e599d4f758dfeef94a378a2a807275ffe80fb28ff9970a5ec4b039201223f6')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2014-02-04 Thread Jaroslav Lichtblau
Date: Tuesday, February 4, 2014 @ 19:30:40
  Author: jlichtblau
Revision: 105298

upgpkg: bti 034-1

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 18:29:01 UTC (rev 105297)
+++ PKGBUILD2014-02-04 18:30:40 UTC (rev 105298)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Kaiting Chen 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Kaiting Chen 
 # Contributor: uvok 
 # Contributor: Urist <9362773 at gmail.com>
 
 pkgname=bti
-pkgver=033
+pkgver=034
 pkgrel=1
 pkgdesc='Console client for Twitter and identi.ca'
 arch=('i686' 'x86_64')
@@ -12,10 +13,10 @@
 license=('GPL')
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
 
source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3d9d8a86a718a4820387c75ac2af24fecfe754ee562163d700acb7cf795d753')
+sha256sums=('8b4a1a11f529f83956468acadaea9d11db4f03e82afe07fecb84b2d00e9eae83')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
   ./configure --prefix=/usr
 
   make
@@ -22,7 +23,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
   
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



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

2013-07-14 Thread Jaroslav Lichtblau
Date: Sunday, July 14, 2013 @ 13:42:15
  Author: jlichtblau
Revision: 94099

upgpkg: bti 033-1

Modified:
  bti/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-14 11:40:16 UTC (rev 94098)
+++ PKGBUILD2013-07-14 11:42:15 UTC (rev 94099)
@@ -11,7 +11,6 @@
 url='http://gregkh.github.com/bti/'
 license=('GPL')
 depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
-makedepends=('git')
 
source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('a3d9d8a86a718a4820387c75ac2af24fecfe754ee562163d700acb7cf795d753')
 



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

2013-07-14 Thread Jaroslav Lichtblau
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
===
--- PKGBUILD2013-07-14 11:35:39 UTC (rev 94093)
+++ PKGBUILD2013-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
 }