summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2012-12-08 09:32:32 -0600
committerDoug Newgard2012-12-08 09:32:32 -0600
commit817d53898499d397b097b9374e0535c1c108e73b (patch)
treefb9a478897c21ec5c8df794cf422c82280ddc795
parent55234addef5aeb434e3277a64619470ee98442bd (diff)
downloadaur-817d53898499d397b097b9374e0535c1c108e73b.tar.gz
Fix typo in licenses
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75187d2b6a5b..66235e5dc50d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ewebkit-svn
pkgdesc = WebKit ported to the Enlightenment Foundation Libraries
- pkgver = 136922
+ pkgver = 137029
pkgrel = 1
url = http://trac.webkit.org/wiki/EFLWebKit
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b5baee0e48f5..f8e503dd4ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: twa022 <twa022 at gmail dot com>
pkgname=ewebkit-svn
-pkgver=136922
+pkgver=137029
pkgrel=1
pkgdesc="WebKit ported to the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
@@ -53,10 +53,10 @@ package() {
make DESTDIR="$pkgdir" install
# install license files
- install -Dm644 "$srcdir/$_svnmod-build/Source/WebCore/LICENCE-APPLE" \
+ install -Dm644 "$srcdir/$_svnmod-build/Source/WebCore/LICENSE-APPLE" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APPLE"
- install -Dm644 "$srcdir/$_svnmod-build/Source/WebCore/LICENCE-LGPL-2" \
+ install -Dm644 "$srcdir/$_svnmod-build/Source/WebCore/LICENSE-LGPL-2" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-LGPL-2"
rm -r "$srcdir/$_svnmod-build"