summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-11-02 13:27:37 -0500
committerTed Alff2020-11-02 13:27:37 -0500
commit2edeae663dc658a2c2de8e7a260450de7b89742d (patch)
treee0a93b6273d0553888e6e0f0056a394349640cd4
parent86f7704cbebecd5b294ca69676a734e13ca79e90 (diff)
downloadaur-2edeae663dc658a2c2de8e7a260450de7b89742d.tar.gz
Version bump 4.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b682bac799..adbe87871096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunar-devel
pkgdesc = file manager for xfce
- pkgver = 4.15.2
+ pkgver = 4.15.3
pkgrel = 1
url = https://thunar.xfce.org
arch = i686
@@ -29,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.2
+ provides = thunar=4.15.3
conflicts = thunar
- source = https://archive.xfce.org/src/xfce/thunar/4.15/thunar-4.15.2.tar.bz2
- sha256sums = cad54d1a5989fcec3de9797bdb682f6d9b325d1912ca03ac06d5ae3625a1b1bb
+ source = https://archive.xfce.org/src/xfce/thunar/4.15/thunar-4.15.3.tar.bz2
+ sha256sums = f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f
pkgname = thunar-devel
diff --git a/PKGBUILD b/PKGBUILD
index c67f7b6bdfb4..0fa785f3f3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar
pkgname=${_pkgname}-devel
-pkgver=4.15.2
+pkgver=4.15.3
pkgrel=1
pkgdesc='file manager for xfce'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -21,9 +21,9 @@ 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=('cad54d1a5989fcec3de9797bdb682f6d9b325d1912ca03ac06d5ae3625a1b1bb')
+sha256sums=('f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f')
-prepare() {
+uild() {
cd "${_pkgname}-${pkgver}"
./configure \
--prefix=/usr \
@@ -37,10 +37,6 @@ prepare() {
--enable-pcre \
--enable-gtk-doc \
--disable-debug
-}
-
-build() {
- cd "${_pkgname}-${pkgver}"
make
}