summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-07-02 12:26:27 -0400
committerTed Alff2020-07-02 12:26:27 -0400
commit1e0bfd6316d6bde0fa52ef2b5d6c4710508e83ce (patch)
tree8215572eddf411c0cb43004f16c9627ecc62cc16
parent05f034f9d14d58558889791ebd162bc27435cb9b (diff)
downloadaur-1e0bfd6316d6bde0fa52ef2b5d6c4710508e83ce.tar.gz
Version bump 4.15.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f129738b0b7..4a276d205c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = thunar-devel
pkgdesc = file manager for xfce
- pkgver = 4.15.0
+ pkgver = 4.15.1
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
groups = xfce4-devel
license = GPL
makedepends = intltool
@@ -27,10 +29,10 @@ pkgbase = thunar-devel
optdepends = thunar-volman: manages removable devices
optdepends = thunar-archive-plugin: create and deflate archives
optdepends = thunar-media-tags-plugin: view/edit id3/ogg tags
- provides = thunar=4.15.0
+ provides = thunar=4.15.1
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.15/thunar-4.15.0.tar.bz2
- sha256sums = 2b05b5e38324b7e21828f5d2a4998e3b2ea0f2eaadd73afed06e12d441902cc2
+ source = https://archive.xfce.org/src/xfce/thunar/4.15/thunar-4.15.1.tar.bz2
+ sha256sums = 2d0e361c54a5237cf2edfe5f9489420678ff222fa9285a1b57a65895d34d1751
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index 7f91def58d75..1c35da38af7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.15.0
+pkgver=4.15.1
pkgrel=1
pkgdesc='file manager for xfce'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('GPL')
groups=('xfce4-devel')
url='https://thunar.xfce.org'
@@ -21,7 +21,7 @@ optdepends=('gvfs: trash support, mounting with udisks, and remote filesystems'
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('2b05b5e38324b7e21828f5d2a4998e3b2ea0f2eaadd73afed06e12d441902cc2')
+sha256sums=('2d0e361c54a5237cf2edfe5f9489420678ff222fa9285a1b57a65895d34d1751')
prepare() {
cd "${_pkgname}-${pkgver}"