summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2017-06-25 18:57:07 +0200
committerfordprefect2017-06-25 18:57:07 +0200
commite463b256b74db443074cb0bcf471f1c4df2c10d5 (patch)
treeca49b76496415cb6632afe6515206689eb67c640
parent88d3dea036e2f731b594bf2858cbbca9e0195002 (diff)
downloadaur-e463b256b74db443074cb0bcf471f1c4df2c10d5.tar.gz
subtleties
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb0dcfe55f2..51d4febe0175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
+# Generated by mksrcinfo v8
+# Sun Jun 25 16:56:34 UTC 2017
pkgbase = kmozillahelper
pkgdesc = Mozilla KDE Integration.
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integration
+ url = https://github.com/openSUSE/kmozillahelper
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f2ad5676c445..77d470a1f57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=kmozillahelper
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Mozilla KDE Integration."
-url="https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integration"
+url="https://github.com/openSUSE/kmozillahelper"
arch=("i686" "x86_64")
license=('MIT')
depends=("kio" "knotifications" "kwindowsystem" "ki18n")
@@ -22,4 +22,5 @@ build() {
package() {
cd "$srcdir/$pkgname-build"
make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}