summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2016-06-07 09:24:35 +0200
committerFlorian Bruhin2016-06-07 09:24:35 +0200
commit2adcf8b746b6bc57e2cbb366aeda2fdde07d912f (patch)
tree2a8e9a40060f0def2a510f5eaabb39361438ee48
parentf5175e7164002580e1da03cd0161bd98905e4e07 (diff)
downloadaur-2adcf8b746b6bc57e2cbb366aeda2fdde07d912f.tar.gz
Drop .install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
-rw-r--r--qutebrowser-git.install12
3 files changed, 5 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa960e4579a8..4c09e6a41793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 23:25:16 UTC 2016
+# Tue Jun 7 07:24:04 UTC 2016
pkgbase = qutebrowser-git
pkgdesc = A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit
- pkgver = r6987.b2dbd8b
+ pkgver = r8312.b759f48
pkgrel = 1
url = http://www.qutebrowser.org/
- install = qutebrowser-git.install
arch = any
license = GPL
makedepends = asciidoc
@@ -35,9 +34,7 @@ pkgbase = qutebrowser-git
conflicts = qutebrowser
options = !emptydirs
source = git+https://github.com/The-Compiler/qutebrowser.git
- source = qutebrowser-git.install
sha256sums = SKIP
- sha256sums = 4a88871e91f894890ce96feb620e4174c686db12e4fa91b5a7306454dc96bf67
pkgname = qutebrowser-git
diff --git a/PKGBUILD b/PKGBUILD
index 71b7693c65a1..4bde54f4e256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: set ts=2 sw=2 et ft=sh:
pkgname=qutebrowser-git
-pkgver=r6987.b2dbd8b
+pkgver=r8312.b759f48
pkgrel=1
pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
arch=(any)
@@ -25,11 +25,8 @@ optdepends=(
options=(!emptydirs)
conflicts=('qutebrowser')
provides=('qutebrowser')
-source=('git+https://github.com/The-Compiler/qutebrowser.git'
- 'qutebrowser-git.install')
-sha256sums=('SKIP'
- '4a88871e91f894890ce96feb620e4174c686db12e4fa91b5a7306454dc96bf67')
-install=qutebrowser-git.install
+source=('git+https://github.com/The-Compiler/qutebrowser.git')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/qutebrowser"
diff --git a/qutebrowser-git.install b/qutebrowser-git.install
deleted file mode 100644
index 5c501dc49916..000000000000
--- a/qutebrowser-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}