summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2017-01-06 10:41:46 +0100
committerSteffen Weber2017-01-06 10:41:46 +0100
commit2e8409e3981bb1328f097d8b3b46528409747cdf (patch)
tree4f729db5080759dc255e319e311235eac74eab61
parent5d8ab2a56d610c8185d8390760f52808d3e4a370 (diff)
downloadaur-2e8409e3981bb1328f097d8b3b46528409747cdf.tar.gz
Update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ffacabb9a8..fc0ee856b6f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jul 19 21:20:03 UTC 2016
+# Fri Jan 6 09:41:25 UTC 2017
pkgbase = qtwebbrowser
pkgdesc = Browser for embedded devices developed using the capabilities of Qt and Qt WebEngine
pkgver = 1.0
pkgrel = 2
- url = http://doc.qt.io/QtWebBrowser
+ url = http://code.qt.io/cgit/qt-apps/qtwebbrowser.git
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3b953b9ee30b..00fc2559f230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@ pkgver=1.0
pkgrel=2
pkgdesc="Browser for embedded devices developed using the capabilities of Qt and Qt WebEngine"
arch=('i686' 'x86_64')
-url="http://doc.qt.io/QtWebBrowser"
+url="http://code.qt.io/cgit/qt-apps/qtwebbrowser.git"
license=('GPL3')
makedepends=('git')
depends=('qt5-webengine' 'qt5-virtualkeyboard' 'qt5-quickcontrols' 'qt5-graphicaleffects')
-source=(git://code.qt.io/qt-apps/$pkgname.git#tag=v$pkgver $pkgname.desktop)
-md5sums=('SKIP'
- 'b1fde5cdcb9b7160398a78ecd8d70bf5')
+source=("git://code.qt.io/qt-apps/$pkgname.git#tag=v$pkgver" "$pkgname.desktop")
+md5sums=('SKIP' 'b1fde5cdcb9b7160398a78ecd8d70bf5')
build() {
cd $pkgname
@@ -20,9 +19,7 @@ build() {
}
package() {
- cd $pkgname/src
- install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-
- install -Dm644 qml/assets/icons/AppLogoColor.png $pkgdir/usr/share/pixmaps/$pkgname.png
- install -Dm644 $srcdir/$pkgname.desktop /$pkgdir/usr/share/applications/$pkgname.desktop
+ install -Dm755 $pkgname/src/$pkgname $pkgdir/usr/bin/$pkgname
+ install -Dm644 $pkgname/src/qml/assets/icons/AppLogoColor.png $pkgdir/usr/share/pixmaps/$pkgname.png
+ install -Dm644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
}