summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Araya Navarro <elcorreo@deshackra.com>2016-05-26 13:35:08 -0600
committerJorge Araya Navarro <elcorreo@deshackra.com>2016-05-26 13:35:08 -0600
commitd84b09da9695d98ed955f0ddf32f5b870f916169 (patch)
tree6af19a0267a78a5a2612142fae7a6f19893efe44
parent33c1f1c3a9e1efdd745b38763c007b546e2a0a8f (diff)
parent382e879937a1fb4bd8a0cea9e7967aa16820758c (diff)
downloadabslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.tar.gz
abslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.tar.bz2
abslibre-d84b09da9695d98ed955f0ddf32f5b870f916169.zip
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
-rw-r--r--nonprism/shotwell/PKGBUILD8
-rw-r--r--pcr/utox/PKGBUILD7
-rw-r--r--pcr/utox/utox.install12
3 files changed, 7 insertions, 20 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 <pupykin.s+arch@gmail.com>
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Contributor (Arch): Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
@@ -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')
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
-}