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:
@@ -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}/"
|
||||
|
||||
Reference in New Issue
Block a user