summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfdev312019-03-22 20:37:57 +0100
committerfdev312019-03-22 20:37:57 +0100
commit4b328061e970f2134bb16248d0303fc3ea3f0df2 (patch)
tree916b2a1e054b9e53b0ce2f6c77db5b557d9c3d0f /PKGBUILD
parent7f81de34cfc3ae5054494f2937c39010e7b2a52d (diff)
downloadaur-etm.tar.gz
make it buildable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 361018011f34..a14c78a1d462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,18 @@
pkgname=etm
pkgver=891
-pkgrel=3
+pkgrel=4
pkgdesc="Manage events and tasks using simple text files"
arch=('any')
url="http://www.duke.edu/~dgraham/ETM/"
license=('GPL')
depends=('python2' 'python2-distribute' 'python2-dateutil' 'wxpython')
-makedepends=('setuptools')
+makedepends=('python2-setuptools')
source=(http://www.duke.edu/~dgraham/ETM/$pkgname-$pkgver.tar.gz)
md5sums=('4e4cd162a9103debc2596401a1acfaae')
package() {
cd "$srcdir/$pkgname-$pkgver"
python2 setup.py install --prefix=/usr --root=$pkgdir
+ echo "Consider moving to etmtk or another maintained alternative."
}