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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Apr 12 16:37:24 UTC 2014


    Date: Saturday, April 12, 2014 @ 18:37:23
  Author: arodseth
Revision: 109247

Updated to the latest sources I could find.

But it still fails with readline.

Modified:
  tdl/trunk/PKGBUILD
Deleted:
  tdl/trunk/ChangeLog

-----------+
 ChangeLog |    3 ---
 PKGBUILD  |   25 +++++++++++++------------
 2 files changed, 13 insertions(+), 15 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-04-12 16:23:27 UTC (rev 109246)
+++ ChangeLog	2014-04-12 16:37:23 UTC (rev 109247)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 16:23:27 UTC (rev 109246)
+++ PKGBUILD	2014-04-12 16:37:23 UTC (rev 109247)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer: Jeff Mickey <j at codemac.net>
-# Contributor: Jeff "codemac" Mickey <j at codemac.net>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
 
 pkgname=tdl
 pkgver=1.5.2
-pkgrel=5
-pkgdesc="A to-do list manager."
-arch=('i686' 'x86_64')
-url="http://www.rc0.org.uk/tdl/"
+pkgrel=6
+pkgdesc='TODO list manager'
+arch=('x86_64' 'i686')
+url='https://github.com/rc0/tdl'
 license=('GPL')
 depends=('ncurses')
-source=("http://www.rpcurnow.force9.co.uk/tdl/$pkgname-$pkgver.tar.gz")
-md5sums=('620cb00bf99b7e786e2b54cda6339a1e')
+makedepends=('git')
+source=("$pkgname::git://github.com/T-J-Teru/tdl.git#commit=382c52a2d1f2d064110c189459fe09a6edb12761")
+md5sums=('SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd "$pkgname"
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname" DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list