summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-06-25 15:52:06 -0400
committerTed Alff2020-06-25 15:52:06 -0400
commit7952ff21a05d7b704f3c4774e7222bdd7860ad10 (patch)
tree9741602968b0565b19b3384b2a9ddbfd1dd94f04 /PKGBUILD
parent9b7548b260af734a879007461758e15fe2c24c4a (diff)
downloadaur-7952ff21a05d7b704f3c4774e7222bdd7860ad10.tar.gz
Version bump 4.15.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a98d27941505..e20af8441650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-devel
-pkgver=4.15.2
-pkgrel=3
+pkgver=4.15.3
+pkgrel=1
pkgdesc="Panel for the Xfce desktop environment (development release)"
arch=('i686' 'x86_64')
url="https://www.xfce.org/"
@@ -14,16 +14,9 @@ depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'xfconf' 'libwnck3' 'hicolor-icon-t
makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'vala' 'python') #for gdbus-codegen
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2"
- "vala_0.48_build_fix.patch::https://git.xfce.org/xfce/xfce4-panel/patch/?id=659d61ee2901ffe1e34f7dbcf5d8213b7a17d142")
-sha256sums=('a668b5315268ba5b14b6574edbe00c522f879dea659b75c7742da7140cc3657f'
- '5837420637f100ec5f5170c992932a9f930e958cb34f647d993b031543138b02')
+source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
+sha256sums=('4746c7153c7c7ff53273a36a8ab88eb77acab303890c76f12c4ebffd7e6d9cef')
-prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
- patch -Np1 -i ../vala_0.48_build_fix.patch
-}
-
build() {
cd "$srcdir/$_pkgname-$pkgver"