summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-07-15 16:42:56 +0100
committerMauro Santos2015-07-15 17:01:43 +0100
commit520602b48ef670b75951de3c18c4af2aa4af1042 (patch)
tree97b3d9dda8af10da7dd75741173cde1129b016ed
parentcdc19eb098530e04730efbba501076b3d0ef426e (diff)
downloadaur-520602b48ef670b75951de3c18c4af2aa4af1042.tar.gz
Update source URL
Add .gitignore to keep sources and package
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20f9b6d74d2..9a6fd3aa9e88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mythes-pt_pt
pkgdesc = Portuguese (European) thesaurus
pkgver = 20060817
- pkgrel = 2
+ pkgrel = 3
url = http://openthesaurus.caixamagica.pt/
arch = any
license = GPL
optdepends = libmythes: offers thesaurus library functions
- source = http://openthesaurus.caixamagica.pt/download/thes_pt_PT_v2.zip
+ source = http://contribsoft.caixamagica.pt/export/294/packages/cm12/myspell-dictionaries/current/SOURCES/thes_pt_PT_v2.zip
md5sums = 2fa9a6845405ebb574c2f82a5cddbcbf
pkgname = mythes-pt_pt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b4ce614cd9e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+mythes-pt_pt*pkg.tar
+thes_pt_PT_v?.zip
diff --git a/PKGBUILD b/PKGBUILD
index 7d9165cc2ae3..ad12d64f0e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='mythes-pt_pt'
pkgver=20060817
-pkgrel=2
+pkgrel=3
pkgdesc="Portuguese (European) thesaurus"
arch=('any')
url="http://openthesaurus.caixamagica.pt/"
license=('GPL')
optdepends=('libmythes: offers thesaurus library functions')
-source=("http://openthesaurus.caixamagica.pt/download/thes_pt_PT_v2.zip")
+source=("http://contribsoft.caixamagica.pt/export/294/packages/cm12/myspell-dictionaries/current/SOURCES/thes_pt_PT_v2.zip")
md5sums=('2fa9a6845405ebb574c2f82a5cddbcbf')
build() {