diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-10-15 10:16:09 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-10-15 10:16:09 -0500 |
commit | 311e358f87d34a6c786154ac6a00b6cd66388882 (patch) | |
tree | 8b3d5ad662d644bf59a5f4cae8b7b1f2508705d9 /libre/file-roller | |
parent | 9071b3c79de04c579d426b0970669ec2c14ab1c7 (diff) | |
download | abslibre-311e358f87d34a6c786154ac6a00b6cd66388882.tar.gz abslibre-311e358f87d34a6c786154ac6a00b6cd66388882.tar.bz2 abslibre-311e358f87d34a6c786154ac6a00b6cd66388882.zip |
file-roller: update to 3.26.1
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/file-roller/rePKGBUILD | 26 |
2 files changed, 5 insertions, 29 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 4205ab6d8..ac7f47ffe 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,22 +1,24 @@ # $Id: PKGBUILD 289662 2017-02-27 22:26:00Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> +# Maintainer: Isaac David <isacdaavid@at@isacdaavid@dot@info> pkgname=file-roller -pkgver=3.24.1 +pkgver=3.26.1 pkgrel=1.parabola1 -pkgdesc="Create and modify archives, without nonfree unace and unrar recommendation" +pkgdesc="Create and modify archives, without nonfree unace recommendation" url="https://wiki.gnome.org/Apps/FileRoller" arch=(i686 x86_64 armv7h) license=(GPL) depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' + 'unrar: better RAR archive support' 'lrzip: lrzip archive support') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") groups=(gnome-extra) -_commit=e6ef6fa43a6d5d6e1509f122a206870adc113563 # tags/3.24.1^0 +_commit=aa517abbe11f6b0895323a07441feef70015f736 # tags/3.26.1 source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit") sha256sums=('SKIP') diff --git a/libre/file-roller/rePKGBUILD b/libre/file-roller/rePKGBUILD deleted file mode 100644 index a83d218f1..000000000 --- a/libre/file-roller/rePKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar> -source PKGBUILD -#CARCH=x86_64 -unset build package md5sums source -_repo=extra # Put the repo here -_mirror=http://mirrors.kernel.org/archlinux # Put mirror here -source=(PKGBUILD - "${_mirror}/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT" - # files for pkg modifications below this line - ) -options=(!strip) - -build() { - cd "${srcdir}/" - rm .{INSTALL,PKGINFO} - # put actions for package modifications below this line - -} - -package() { - find ${srcdir} -maxdepth 1 -type l -delete - cp -a ${srcdir}/* ${pkgdir} -} - - -# vim:set ts=2 sw=2 et: |