summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2017-10-23 23:34:42 +0200
committerFabioLolix2017-10-23 23:34:42 +0200
commitaf55d7b846fcbbc37e86754bd6ca2b56800c8830 (patch)
tree8583a8c2a6d62e7a108b997a92e0f3d8ddee91c7
parent6fa2f8e3552bcd96ae0645d5b3f1a22498d11e96 (diff)
downloadaur-af55d7b846fcbbc37e86754bd6ca2b56800c8830.tar.gz
Updated to 17.10 beta
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-x[-rw-r--r--]PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c0203bbd4f..88daf572dec2 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polo
pkgdesc = A modern, light-weight GTK file manager for Linux, currently in beta
- pkgver = 17.9
+ pkgver = 17.10
pkgrel = 1
url = http://www.teejeetech.in/
arch = i686
@@ -15,20 +15,20 @@ pkgbase = polo
depends = rsync
depends = gvfs
depends = rclone
+ depends = p7zip
optdepends = mediainfo: read media properties from audio and video files
optdepends = fish: terminal shell
optdepends = perl-image-exiftool: read EXIF properties from JPG/TIFF/PNG/PDF files
optdepends = pv: get progress info for compression and extraction
optdepends = ffmpeg: generate thumbnails for video
- optdepends = p7zip: read and extract multiple archive formats
optdepends = gnome-disk-utility
optdepends = lzop
optdepends = polo-donation-plugins
provides = polo
conflicts = polo
conflicts = polo-bin
- source = https://github.com/teejee2008/polo/archive/v17.9-beta.10.tar.gz
- md5sums = c433342831bebf6f98ae7250e23d894e
+ source = https://github.com/teejee2008/polo/archive/v17.10-beta.tar.gz
+ md5sums = 5259ae7fac8d21a72992e283d22a0341
pkgname = polo
diff --git a/PKGBUILD b/PKGBUILD
index 728551fa3e12..d0d78cbef575 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,27 +3,26 @@
pkgname=polo
pkgrel=1
-pkgver=17.9
-_channel=beta.10
+pkgver=17.10
+_channel=beta
pkgdesc="A modern, light-weight GTK file manager for Linux, currently in beta"
arch=('i686' 'x86_64')
url="http://www.teejeetech.in/"
license=('GPL2')
-depends=('gtk3' 'libgee' 'libsoup' 'vte3' 'rsync' 'gvfs' 'rclone')
+depends=('gtk3' 'libgee' 'libsoup' 'vte3' 'rsync' 'gvfs' 'rclone' 'p7zip')
makedepends=('vala' 'chrpath')
optdepends=('mediainfo: read media properties from audio and video files'
'fish: terminal shell'
'perl-image-exiftool: read EXIF properties from JPG/TIFF/PNG/PDF files'
'pv: get progress info for compression and extraction'
'ffmpeg: generate thumbnails for video'
- 'p7zip: read and extract multiple archive formats'
'gnome-disk-utility'
'lzop'
'polo-donation-plugins')
provides=('polo')
conflicts=('polo' 'polo-bin')
source=(https://github.com/teejee2008/polo/archive/v${pkgver}-${_channel}.tar.gz)
-md5sums=('c433342831bebf6f98ae7250e23d894e')
+md5sums=('5259ae7fac8d21a72992e283d22a0341')
package() {
cd $srcdir/${pkgname}-${pkgver}-${_channel}