summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-07-15 19:54:50 +0100
committerMauro Santos2015-07-15 19:54:50 +0100
commita716df1e9d860e7fcbefbcb9c2ccea8e850b281f (patch)
treec0cf5eb1fbaf4109c6091ad4942f7c827a20628b
parent520602b48ef670b75951de3c18c4af2aa4af1042 (diff)
downloadaur-a716df1e9d860e7fcbefbcb9c2ccea8e850b281f.tar.gz
Don't compress package.
Update .gitignore.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a6fd3aa9e88..cd9947fd5013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = mythes-pt_pt
pkgdesc = Portuguese (European) thesaurus
pkgver = 20060817
pkgrel = 3
- url = http://openthesaurus.caixamagica.pt/
+ url = http://download.services.openoffice.org/contrib/dictionaries/
arch = any
license = GPL
optdepends = libmythes: offers thesaurus library functions
- source = http://contribsoft.caixamagica.pt/export/294/packages/cm12/myspell-dictionaries/current/SOURCES/thes_pt_PT_v2.zip
+ source = http://download.services.openoffice.org/contrib/dictionaries/thes_pt_PT_v2.zip
md5sums = 2fa9a6845405ebb574c2f82a5cddbcbf
pkgname = mythes-pt_pt
diff --git a/.gitignore b/.gitignore
index b4ce614cd9e2..dcc222e84409 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
mythes-pt_pt*pkg.tar
-thes_pt_PT_v?.zip
+thes_pt_PT*.zip
diff --git a/PKGBUILD b/PKGBUILD
index ad12d64f0e5e..7ec896f33f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@ pkgver=20060817
pkgrel=3
pkgdesc="Portuguese (European) thesaurus"
arch=('any')
-url="http://openthesaurus.caixamagica.pt/"
+url="http://download.services.openoffice.org/contrib/dictionaries/"
license=('GPL')
optdepends=('libmythes: offers thesaurus library functions')
-source=("http://contribsoft.caixamagica.pt/export/294/packages/cm12/myspell-dictionaries/current/SOURCES/thes_pt_PT_v2.zip")
+source=("http://download.services.openoffice.org/contrib/dictionaries/thes_pt_PT_v2.zip")
md5sums=('2fa9a6845405ebb574c2f82a5cddbcbf')
+PKGEXT='.pkg.tar'
build() {
/bin/true