summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-01-18 14:40:44 -0500
committerTed Alff2020-01-18 14:40:44 -0500
commit937eb3d4495fa856929cbcda32df506fcd84d329 (patch)
treedea993a009da7ae0ba2894a713919c955013adee
parent30149267901631c18b1bc1c72d2607a5f3a07a16 (diff)
downloadaur-937eb3d4495fa856929cbcda32df506fcd84d329.tar.gz
Version bump 1.0.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22a07f889ca8..59775827e745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-panel-profiles
pkgdesc = Simple application to manage Xfce panel layouts
- pkgver = 1.0.9
+ pkgver = 1.0.10
pkgrel = 1
url = https://git.xfce.org/apps/xfce4-panel-profiles/about/
arch = any
@@ -8,13 +8,12 @@ pkgbase = xfce4-panel-profiles
groups = xfce4-goodies-devel
license = GPL3
makedepends = intltool
- makedepends = git
depends = xfce4-panel
depends = gtk3
depends = python-gobject
conflicts = xfpanel-switch
- source = https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.9.tar.bz2
- sha256sums = a8c00af838e85d00600dbf442c8741aa21a332fbceba849e0820560630a6e0ce
+ source = https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2
+ sha256sums = a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68
pkgname = xfce4-panel-profiles
diff --git a/PKGBUILD b/PKGBUILD
index a063883e6b13..e75128cc679e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bernhard Landauer <oberon@manjaro.org>
pkgname=xfce4-panel-profiles
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=1
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
@@ -10,11 +10,11 @@ url="https://git.xfce.org/apps/xfce4-panel-profiles/about/"
license=('GPL3')
groups=('xfce4-goodies' 'xfce4-goodies-devel')
depends=('xfce4-panel' 'gtk3' 'python-gobject')
-makedepends=('intltool' 'git')
+makedepends=('intltool')
conflicts=('xfpanel-switch')
replces=('xfpanel-switch')
source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('a8c00af838e85d00600dbf442c8741aa21a332fbceba849e0820560630a6e0ce')
+sha256sums=('a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"