mirror of
https://github.com/archlinux/aur.git
synced 2026-03-01 22:15:10 +01:00
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:
parent
7d65239550
commit
0141898c7a
3 changed files with 12 additions and 12 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
20
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue