diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-06 15:26:04 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-07 07:51:59 -0300 |
commit | b8d9853669e69d2949d82a515eb8700ec9b970cf (patch) | |
tree | 16556c6f81e241d681a0c61cfc16871db5479ce8 /libre/engrampa | |
parent | fc1d262bb203e5d206af504c13c24469726d832c (diff) | |
download | abslibre-b8d9853669e69d2949d82a515eb8700ec9b970cf.tar.gz abslibre-b8d9853669e69d2949d82a515eb8700ec9b970cf.tar.bz2 abslibre-b8d9853669e69d2949d82a515eb8700ec9b970cf.zip |
engrampa-1.12.0-1.parabola1: updating version
Diffstat (limited to 'libre/engrampa')
-rw-r--r-- | libre/engrampa/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/engrampa/PKGBUILD b/libre/engrampa/PKGBUILD index e70463957..e6a350f9a 100644 --- a/libre/engrampa/PKGBUILD +++ b/libre/engrampa/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer (Arch): Martin Wimpress <code@flexion.org> # Maintainer: André Silva <emulatorman@parabola.nu> -_ver=1.10 +_ver=1.12 _pkgbase=engrampa pkgname=(${_pkgbase}) -pkgver=${_ver}.2 +pkgver=${_ver}.0 pkgrel=1.parabola1 pkgdesc="Archive manipulator for MATE (GTK2 version), without nonfree unace and unrar recommendation" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar') -makedepends=('caja>=1.10' 'mate-common' 'yelp-tools') +makedepends=('caja>=1.12' 'mate-common' 'yelp-tools') optdepends=('caja: file archiver extension' 'zip: for ZIP archives' 'unzip: for ZIP archives' 'p7zip: 7zip compression utility' 'arj: for ARJ archives' @@ -21,7 +21,7 @@ conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-libre" "${_pkgbase}-parabola") replaces=("${_pkgbase}-libre" "${_pkgbase}-parabola") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz" fr-rpm-bsdtar.patch) -sha1sums=('28321d373ebe270e4475ecb5a743d69a981a4d02' +sha1sums=('76e2ac2806c6dcf6744766df6f9d0c056df5e301' '219b05a979bf6f249aaae27964f02345fd81168d') install=${_pkgbase}.install |