summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-12-29 08:13:25 -0500
committerTed Alff2020-12-29 08:13:25 -0500
commit72da68b456bd56b41fc488dce37131e4a5732c6c (patch)
tree849255042783038bf55345af7c39468bdea83eef
parent937eb3d4495fa856929cbcda32df506fcd84d329 (diff)
downloadaur-72da68b456bd56b41fc488dce37131e4a5732c6c.tar.gz
Version bump 1.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59775827e745..23b91872569e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = xfce4-panel-profiles
pkgdesc = Simple application to manage Xfce panel layouts
- pkgver = 1.0.10
+ pkgver = 1.0.12
pkgrel = 1
url = https://git.xfce.org/apps/xfce4-panel-profiles/about/
arch = any
groups = xfce4-goodies
- groups = xfce4-goodies-devel
license = GPL3
makedepends = intltool
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.10.tar.bz2
- sha256sums = a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68
+ source = https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.12.tar.bz2
+ sha256sums = 246e459d2d2f3f524968440ed7fddb2a891567ebc05f10a800f7f5821b3452a7
pkgname = xfce4-panel-profiles
diff --git a/PKGBUILD b/PKGBUILD
index e75128cc679e..8006152a4921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Bernhard Landauer <oberon@manjaro.org>
pkgname=xfce4-panel-profiles
-pkgver=1.0.10
+pkgver=1.0.12
pkgrel=1
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
url="https://git.xfce.org/apps/xfce4-panel-profiles/about/"
license=('GPL3')
-groups=('xfce4-goodies' 'xfce4-goodies-devel')
-depends=('xfce4-panel' 'gtk3' 'python-gobject')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'python-gobject')
makedepends=('intltool')
conflicts=('xfpanel-switch')
replces=('xfpanel-switch')
source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68')
+sha256sums=('246e459d2d2f3f524968440ed7fddb2a891567ebc05f10a800f7f5821b3452a7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"