translate: Update to 0.3.0

And adjustment to .gitignore. Wasn't that smart to copy the one from the big repo without adjusting the paths
This commit is contained in:
Narrat 2015-05-15 18:37:49 +02:00
parent 7d65239550
commit 0141898c7a
3 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = translate-git
pkgdesc = Google Translator command line interface
pkgver = 0.2.0
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/Narrat/translate.git
arch = any

20
.gitignore vendored
View file

@ -1,15 +1,15 @@
*/src
*/pkg
*.gz
*.xz
*.asc
*.bz2
*.zip
*.gz
*.log
*.part
*.pkg
pkg/
*.scm
*.sig
*.sign
src/
translate/
*.txt
*.log
*.scm
*/translate
*/*.pkg
*/*.asc
*.xz
*.zip

View file

@ -6,7 +6,7 @@
_pkgname=translate
pkgname=translate-git
pkgver=0.2.0
pkgver=0.3.0
pkgrel=1
pkgdesc="Google Translator command line interface"
arch=('any')