diff options
author | Jorge Araya Navarro <elcorreo@deshackra.com> | 2016-05-26 13:35:08 -0600 |
---|---|---|
committer | Jorge Araya Navarro <elcorreo@deshackra.com> | 2016-05-26 13:35:08 -0600 |
commit | d84b09da9695d98ed955f0ddf32f5b870f916169 (patch) | |
tree | 6af19a0267a78a5a2612142fae7a6f19893efe44 /pcr | |
parent | 33c1f1c3a9e1efdd745b38763c007b546e2a0a8f (diff) | |
parent | 382e879937a1fb4bd8a0cea9e7967aa16820758c (diff) | |
download | abslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.tar.gz abslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.tar.bz2 abslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.zip |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/utox/PKGBUILD | 7 | ||||
-rw-r--r-- | pcr/utox/utox.install | 12 |
2 files changed, 3 insertions, 16 deletions
diff --git a/pcr/utox/PKGBUILD b/pcr/utox/PKGBUILD index 70d6183b3..2cfbd8da8 100644 --- a/pcr/utox/PKGBUILD +++ b/pcr/utox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=utox _pkgname=uTox -pkgver=0.8.2 +pkgver=0.9.4 pkgrel=1 pkgdesc='Lightweight Tox client' arch=('i686' 'x86_64' 'armv7h') @@ -13,7 +13,7 @@ url="https://github.com/GrayHatter/uTox" license=('GPL3') depends=('desktop-file-utils' 'fontconfig' - 'libfilteraudio-git' + 'libfilteraudio' 'hicolor-icon-theme' 'libdbus' 'libxext' @@ -24,8 +24,7 @@ depends=('desktop-file-utils' optdepends=('gtk3: GTK file picker') makedepends=('toxcore') source=("https://github.com/GrayHatter/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('9f6ef0110256974920a2cf71cdfa00dc0044fc42c851431d39983a8fdc732dfc') -install="$pkgname.install" +sha256sums=('e8d1443daca87bb4ac14486327495a9d76591056f57fe737569f163ab2fc70e9') build() { cd "$_pkgname-$pkgver" diff --git a/pcr/utox/utox.install b/pcr/utox/utox.install deleted file mode 100644 index f6b9b8021..000000000 --- a/pcr/utox/utox.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 -} |