From e5f11c97b71091ce800977e1539043a661dab19f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 26 May 2016 00:14:21 -0300 Subject: shotwell-1:0.23.1-1.nonprism1: updating version --- nonprism/shotwell/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD index 7c27ffcf5..1f5ff782d 100644 --- a/nonprism/shotwell/PKGBUILD +++ b/nonprism/shotwell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 172329 2016-04-27 23:15:10Z spupykin $ +# $Id: PKGBUILD 176868 2016-05-25 11:36:38Z spupykin $ # Maintainer (Arch): Sergej Pupykin # Maintainer (Arch): Ionut Biru # Contributor (Arch): Joeny Ang @@ -7,9 +7,9 @@ pkgname=shotwell epoch=1 -pkgver=0.23.0 +pkgver=0.23.1 _basever=$(echo $pkgver | cut -f1-2 -d.) -pkgrel=2.nonprism1 +pkgrel=1.nonprism1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment, without support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64' 'armv7h') url="http://yorba.org/shotwell/" @@ -23,7 +23,7 @@ makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils') source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz" "webkit2.patch" 'nonprism.patch') -md5sums=('6a50cecaf4f01422982e53e60651a9e5' +md5sums=('2177d900fd32e4be474b346bf4b9fe16' '2c2c96d15c810c96a2cd36f8fcab197d' '47a50a8599c68065e9a1197fc5ec9440') -- cgit v1.2.3 From 382e879937a1fb4bd8a0cea9e7967aa16820758c Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 26 May 2016 01:43:20 -0500 Subject: utox-0.9.4-1: updating version --- pcr/utox/PKGBUILD | 7 +++---- pcr/utox/utox.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 pcr/utox/utox.install 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 -} -- cgit v1.2.3