summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-08-16 13:13:22 -0400
committerTed Alff2017-08-16 13:13:22 -0400
commit3fc0d99bc3938a4124dc093b04105866473f8077 (patch)
tree457cc9c7b4693e4b6757b067a04686f40ce18e15
parent85bb6e848cdff42f94d1628f18da657c2f48f206 (diff)
downloadaur-3fc0d99bc3938a4124dc093b04105866473f8077.tar.gz
Version update: 4.13.1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 12 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db91cc51fa65..f796983e1178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 29 16:58:14 UTC 2017
+# Wed Aug 16 17:13:12 UTC 2017
pkgbase = xfce4-panel-devel
pkgdesc = Panel for the Xfce desktop environment
- pkgver = 4.13.0
- pkgrel = 2
+ pkgver = 4.13.1
+ pkgrel = 1
url = http://www.xfce.org/
arch = i686
arch = x86_64
@@ -17,13 +17,12 @@ pkgbase = xfce4-panel-devel
depends = libwnck3
depends = hicolor-icon-theme
depends = desktop-file-utils
- provides = xfce4-panel=4.13.0
+ depends = xfconf>=4.13.2
+ provides = xfce4-panel=4.13.1
conflicts = xfce4-panel
conflicts = xfce4-panel-git
- source = http://archive.xfce.org/src/xfce/xfce4-panel/4.13/xfce4-panel-4.13.0.tar.bz2
- source = fix_pkgconfig_files.patch::https://git.xfce.org/xfce/xfce4-panel/patch/?id=01df3bf6de1ec648a6821d29e1fdb3333b6d5184
- sha256sums = 757a6428ed505655c7c26c2da62b3754610cc78aef5ec0c01453a51441385806
- sha256sums = 63730daaf56bb5c4eb29ab69d9a2b168789e36640a76a86da5c49e81361f2387
+ source = http://archive.xfce.org/src/xfce/xfce4-panel/4.13/xfce4-panel-4.13.1.tar.bz2
+ sha256sums = 1b2f840f6e3b4ab1f36a7e53522a9e65de5b0381c3865cb756c5ad7b893876d9
pkgname = xfce4-panel-devel
diff --git a/PKGBUILD b/PKGBUILD
index 1c744c0628c2..39423e8584dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,30 +2,20 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-devel
-pkgver=4.13.0
-pkgrel=2
+pkgver=4.13.1
+pkgrel=1
pkgdesc="Panel for the Xfce desktop environment"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
depends=('exo>=0.11.2' 'garcon>=0.5.0' 'libxfce4ui>=4.13.0' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
+ 'desktop-file-utils' 'xfconf>=4.13.2')
makedepends=('intltool' 'gtk-doc')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}" "${_pkgname}-git")
-source=(http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2
- 'fix_pkgconfig_files.patch::https://git.xfce.org/xfce/xfce4-panel/patch/?id=01df3bf6de1ec648a6821d29e1fdb3333b6d5184')
-
-
-sha256sums=('757a6428ed505655c7c26c2da62b3754610cc78aef5ec0c01453a51441385806'
- '63730daaf56bb5c4eb29ab69d9a2b168789e36640a76a86da5c49e81361f2387')
-
-prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
-
- patch -Np1 -i ../fix_pkgconfig_files.patch
-}
+source=("http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
+sha256sums=('1b2f840f6e3b4ab1f36a7e53522a9e65de5b0381c3865cb756c5ad7b893876d9')
build() {
cd "$srcdir/$_pkgname-$pkgver"