[arch-commits] Commit in toxic/trunk (PKGBUILD toxic.install)

Jiachen Yang farseerfc at archlinux.org
Thu Apr 28 06:52:04 UTC 2016


    Date: Thursday, April 28, 2016 @ 08:52:03
  Author: farseerfc
Revision: 172376

upgpkg: toxic 0.7.0-4

toxic hooks1 rebuild

Modified:
  toxic/trunk/PKGBUILD
Deleted:
  toxic/trunk/toxic.install

---------------+
 PKGBUILD      |    5 ++---
 toxic.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 06:43:48 UTC (rev 172375)
+++ PKGBUILD	2016-04-28 06:52:03 UTC (rev 172376)
@@ -5,7 +5,7 @@
 pkgdesc='CLI Tox client'
 license=('GPL3')
 pkgver=0.7.0
-pkgrel=3
+pkgrel=4
 depends=('curl'
          'desktop-file-utils'
          'freealut'
@@ -13,10 +13,9 @@
          'qrencode'
          'toxcore')
 arch=('i686' 'x86_64')
-url=('https://github.com/JFreegman/toxic')
+url='https://github.com/JFreegman/toxic'
 source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
-install="$pkgname.install"
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: toxic.install
===================================================================
--- toxic.install	2016-04-28 06:43:48 UTC (rev 172375)
+++ toxic.install	2016-04-28 06:52:03 UTC (rev 172376)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list