Skip to content

Commit

Permalink
Update Arch PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 9, 2014
1 parent f22e657 commit 4903938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Marcin Kulik <m@ku1ik.com>
pkgname=asciinema
pkgver=0.9.7
pkgver=0.9.8
pkgrel=1
pkgdesc="Command line recorder for asciinema.org service"
arch=(any)
Expand All @@ -9,7 +9,7 @@ license=('MIT')
depends=('python-requests>=1.1.0')
makedepends=('python-distribute')
source=(https://pypi.python.org/packages/source/a/asciinema/asciinema-${pkgver}.tar.gz)
md5sums=('df9cde430210db8f054e78e163914ca5')
md5sums=('ae8662d033af0e973d5864a247117e7f')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 4903938

Please sign in to comment.