1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 21:23:02 +00:00

update aur package

This commit is contained in:
deadc0de6
2018-02-10 17:45:36 +01:00
parent 266df4cdc5
commit 8830777bf7

View File

@@ -12,11 +12,6 @@ depends=('python' 'python-jinja' 'python-docopt' 'python-pyaml')
source=("git+https://github.com/deadc0de6/dotdrop.git")
md5sums=('SKIP')
pkgver() {
cd "$pkgname"
git tag -l | tail -1 | sed 's/^v//g'
}
package() {
cd "${pkgname}"
python setup.py install --root="${pkgdir}/"