summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-05-02 01:16:56 -0400
committerEli Schwartz2016-05-02 01:16:56 -0400
commit3e1879079a3d3de9c2617ce880065b4d580a6e99 (patch)
tree188bc522a03c4c8dc9042a741096bc74ba3ee55b
parent8557eb127e8fc7d78176da6cda245c2e76fa8ec0 (diff)
downloadaur-3e1879079a3d3de9c2617ce880065b4d580a6e99.tar.gz
upgpkg: qbittorrent-git 3.3.4.r490.gef6e848-1
Great hooks rebuild; remove now-useless install scriptlet.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
-rw-r--r--qbittorrent.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2753473efe2e..85b0e7be9ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = qbittorrent-git
pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)
- pkgver = 3.3.1.r141.049e622
+ pkgver = 3.3.4.r490.gef6e848
pkgrel = 1
url = http://www.qbittorrent.org/
- install = qbittorrent.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 8c2b588a6fea..231b4a27fa43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributors: Ner0, Sevenseven
pkgname=qbittorrent-git
-pkgver=3.3.1.r141.049e622
+pkgver=3.3.4.r490.gef6e848
pkgrel=1
pkgdesc="A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)"
arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@ makedepends=('boost' 'git' 'qt5-tools')
optdepends=('python: needed for torrent search tab')
conflicts=('qbittorrent')
provides=('qbittorrent')
-install=qbittorrent.install
source=("${pkgname%-*}::git+https://github.com/qbittorrent/qBittorrent.git")
md5sums=('SKIP')
@@ -24,7 +23,7 @@ pkgver() {
_tag=$(git tag -l | sort -r | head -n1 | tr -cd 0-9.)
_rev=$(git rev-list --count release-${_tag}..HEAD)
_hash=$(git rev-parse --short HEAD)
- printf "%s.r%s.%s" "$_tag" "$_rev" "$_hash"
+ printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash"
}
build() {
diff --git a/qbittorrent.install b/qbittorrent.install
deleted file mode 100644
index 3f676f0a189f..000000000000
--- a/qbittorrent.install
+++ /dev/null
@@ -1,13 +0,0 @@
-
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}