Skip to content

Commit

Permalink
issue #43: use pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqiu committed Aug 1, 2016
1 parent bba4643 commit 0b38325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ replaces=()
backup=()
options=(!emptydirs)
install=
source=()
md5sums=()
source=(https://pypi.python.org/packages/d2/9c/85cbf6be1c7d330a48847ec44b4f84794d150c493c6bb0d7270e172a40dd/cdbcli-0.2.1.tar.gz)
md5sums=('e8517838b2098205dbd2c07b313eebaa')

package() {
git clone https://github.com/kevinjqiu/cdbcli.git $srcdir/$pkgname-$pkgver
git checkout "releases/$pkgver"
curl -LO https://pypi.python.org/packages/d2/9c/85cbf6be1c7d330a48847ec44b4f84794d150c493c6bb0d7270e172a40dd/cdbcli-0.2.1.tar.gz
tar -xzvf cdbcli-0.2.1.tar.gz
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
}
Expand Down

0 comments on commit 0b38325

Please sign in to comment.