summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d478ae42ba0f..85d2a8478ce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 6 02:37:14 UTC 2018
+# Wed Jun 20 01:47:39 UTC 2018
pkgbase = thunar-devel
pkgdesc = file manager for xfce
- pkgver = 1.7.2
+ pkgver = 1.8.1
pkgrel = 1
url = http://thunar.xfce.org
install = thunar.install
@@ -30,11 +30,11 @@ pkgbase = thunar-devel
optdepends = thunar-volman: manages removable devices
optdepends = thunar-archive-plugin-git: create and deflate archives
optdepends = thunar-media-tags-plugin-git: view/edit id3/ogg tags
- provides = thunar=1.7.2
+ provides = thunar=1.8.1
provides = libthunarx-3.so
conflicts = thunar
- source = http://archive.xfce.org/src/xfce/thunar/1.7/Thunar-1.7.2.tar.bz2
- sha256sums = e79c280d271a3b7bf21bd8229fc21af62671643f87a071cc3d46cd2669644de9
+ source = https://archive.xfce.org/src/xfce/thunar/1.8/Thunar-1.8.1.tar.bz2
+ sha256sums = 96fabaa68db32f513e9bcb34fa2a26c1462127727fad0bc25a8a5ba9aab4c12c
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index d261b4fe7b54..c59bc2ca206c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=1.7.2
+pkgver=1.8.1
pkgrel=1
pkgdesc='file manager for xfce'
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
provides=("${_pkgname}=${pkgver}" 'libthunarx-3.so')
conflicts=("${_pkgname}")
install="${_pkgname}.install"
-source=("http://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname^}-${pkgver}.tar.bz2")
-sha256sums=('e79c280d271a3b7bf21bd8229fc21af62671643f87a071cc3d46cd2669644de9')
+source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname^}-${pkgver}.tar.bz2")
+sha256sums=('96fabaa68db32f513e9bcb34fa2a26c1462127727fad0bc25a8a5ba9aab4c12c')
prepare() {
cd "${_pkgname^}-${pkgver}"