summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2016-11-13 14:36:24 +0100
committerNarrat2016-11-13 14:36:24 +0100
commit2ef932203fd7d2dccf9daf1f650a7a92b04ee111 (patch)
treec6bad26fa1582458c2b6db5442c3bd483ba5da06 /PKGBUILD
parent628ca33d050ded43e292974cb0c5d78a7da01318 (diff)
downloadaur-2ef932203fd7d2dccf9daf1f650a7a92b04ee111.tar.gz
dhtfs: Google Code throws 404
So switch to the repo from the original author
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7587f437d1d0..4aec102975d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,19 @@ pkgver=0.3.0
pkgrel=3
pkgdesc="Tagging based filesystem, providing dynamic directory hierarchies based on tags associated with files"
arch=(any)
-url="http://code.google.com/p/dhtfs/"
-license=(custom)
+#url="http://code.google.com/p/dhtfs/"
+#Repo of author
+url=https://github.com/mayuresh/dhtfs
+license=(BSD3)
depends=('python2' 'python2-fuse')
-source=("http://dhtfs.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('9e2c16ef88f925453aac5935354f5a35')
+#source=("http://dhtfs.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("git://github.com/mayuresh/dhtfs#commit=f28fb55")
+md5sums=('SKIP')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ #cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
python2 setup.py install --prefix=/usr/ --root=$pkgdir
install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE