Changeset 10

Show
Ignore:
Timestamp:
06/13/05 20:34:05 (3 years ago)
Author:
athomas
Message:
  • Updated to devtodo 0.1.19
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • archabs/trunk/devtodo/PKGBUILD

    r2 r10  
    33# Contributor: Tom Newsom <Jeepster@gmx.co.uk> 
    44pkgname=devtodo 
    5 pkgver=0.1.18 
     5pkgver=0.1.19 
    66pkgrel=1 
    77pkgdesc="DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats (eg. HTML)." 
     
    1010backup=('etc/todorc') 
    1111source=(http://swapoff.org/files/$pkgname/$pkgname-$pkgver.tar.gz) 
    12 md5sums=('6ca0a414685cb7a7f32f7ae22cb3a2a9') 
     12md5sums=('723c86eae76c425ab9f271760bb951a3') 
    1313 
    1414build() {