Skip to content

Commit

Permalink
[mikidown] update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Aug 19, 2013
1 parent 7108eef commit 9d34c1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mikidown-git/PKGBUILD
Expand Up @@ -2,12 +2,12 @@

pkgname=mikidown-git
_githubuser=rnons
pkgver=20130124
pkgver=20130819
pkgrel=1
pkgdesc="A note taking application featuring markdown syntax"
arch=('any')
url="http://rnons.github.com/mikidown"
license=('GPL3')
url="https://rnons.github.com/mikidown"
license=('MIT')
depends=('git'
'python'
'pyqt'
Expand All @@ -21,5 +21,5 @@ package(){
cd "$srcdir"
git clone --depth 1 $_gitroot
cd "$srcdir/$_gitname"
python setup.py install --root="$pkgdir" --optimize=1
python setup.py install --root="$pkgdir"
}
8 changes: 4 additions & 4 deletions mikidown/PKGBUILD
Expand Up @@ -2,19 +2,19 @@

pkgname=mikidown
_githubuser=rnons
pkgver=0.1.5
pkgver=0.2.1
pkgrel=1
pkgdesc="A note taking application featuring markdown syntax"
arch=('any')
url="http://rnons.github.com/mikidown"
license=('GPL3')
url="https://rnons.github.com/mikidown"
license=('MIT')
depends=('python'
'pyqt'
'python-markdown'
'python-whoosh')
optdepends=('python-pygments: for code block syntax highlighting')
source=(https://github.com/$_githubuser/$pkgname/tarball/v$pkgver)
md5sums=('25a74f5f3e6f2e18a9df2975cb558828')
md5sums=('e4ba231021f04d48d0bbbbd24e8cb25e')

build(){
cd "$srcdir"
Expand Down

0 comments on commit 9d34c1b

Please sign in to comment.