summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-05-25 17:20:48 +0300
committervlad2016-05-25 17:20:48 +0300
commit8e21e37b85d8cfb70ab4ebaa2d46ed2813e96062 (patch)
tree917bd3ea92e7c0bf2e1420045884b3486ca98c11
parent9d42f61db8f88bc32fe84b9dbd41f1bd6b371af2 (diff)
downloadaur-8e21e37b85d8cfb70ab4ebaa2d46ed2813e96062.tar.gz
update, use pacman hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--utox-git.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0ba68072f3..d573a22a4578 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun May 8 08:50:47 UTC 2016
+# Wed May 25 14:19:57 UTC 2016
pkgbase = utox-git
pkgdesc = Lightweight Tox client
- pkgver = 0.8.2.r11.ga5f70ac
+ pkgver = 0.9.3.r7.g757b223
pkgrel = 1
url = https://github.com/GrayHatter/uTox
- install = utox-git.install
arch = i686
arch = x86_64
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 1188343ee095..431f683ca0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=utox
pkgname=utox-git
-pkgver=0.8.2.r11.ga5f70ac
+pkgver=0.9.3.r7.g757b223
pkgrel=1
pkgdesc='Lightweight Tox client'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -26,7 +26,6 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname::git+https://github.com/GrayHatter/uTox")
md5sums=('SKIP')
-install="$pkgname.install"
pkgver() {
cd "$pkgname"
diff --git a/utox-git.install b/utox-git.install
deleted file mode 100644
index f6b9b8021fe7..000000000000
--- a/utox-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 $1
-}
-
-post_remove() {
- post_install $1
-}