summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec131aa1cae..fb31cd057e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = stardict-sma-nob
pkgdesc = Åarjelsaemien-daaroen digibaakoeh, a StarDict dictionary for Southern Sámi to Norwegian Bokmål and Swedish
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = http://giellatekno.uit.no/words/dicts/index.eng.html
- arch = i686,
+ arch = i686
arch = x86_64
license = unknown
optdepends = stardict: a Gtk2 applicaton for looking up words in stardict-sma-nob
diff --git a/PKGBUILD b/PKGBUILD
index 4cee1f1f55c3..55a960321dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
+# Contributor: Kevin Brubeck Unhammer <unhammer@fsfe.org>
+# Maintainer: Kevin Brubeck Unhammer <unhammer@fsfe.org>
pkgname=stardict-sma-nob
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Åarjelsaemien-daaroen digibaakoeh, a StarDict dictionary for Southern Sámi to Norwegian Bokmål and Swedish"
url="http://giellatekno.uit.no/words/dicts/index.eng.html"
-arch=('i686', 'x86_64')
+arch=('i686' 'x86_64')
license=('unknown')
depends=()
optdepends=("stardict: a Gtk2 applicaton for looking up words in $pkgname"
@@ -22,4 +22,4 @@ build() {
mkdir -p usr/share/stardict/dic
mv stardict-smanob_sd-2.4.2 usr/share/stardict/dic
cp -r usr $startdir/pkg
-} \ No newline at end of file
+}