summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-07-30 21:34:21 -0400
committerTed Alff2019-07-30 21:34:21 -0400
commit30149267901631c18b1bc1c72d2607a5f3a07a16 (patch)
treeff9e6354a055f91b6b1c8c80a097b222da852611
parent8755ef1210a8f19357a2ae02f41e1eabde8476f9 (diff)
downloadaur-30149267901631c18b1bc1c72d2607a5f3a07a16.tar.gz
Version bump 1.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce50f2243f2c..22a07f889ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-panel-profiles
pkgdesc = Simple application to manage Xfce panel layouts
- pkgver = 1.0.8
- pkgrel = 2
+ pkgver = 1.0.9
+ pkgrel = 1
url = https://git.xfce.org/apps/xfce4-panel-profiles/about/
arch = any
groups = xfce4-goodies
@@ -13,8 +13,8 @@ pkgbase = xfce4-panel-profiles
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.8.tar.bz2
- sha256sums = a69e20f5e637319e14898b5c13ff7ba31d001a6e38e7516d70dbfd7600ad72db
+ source = https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.9.tar.bz2
+ sha256sums = a8c00af838e85d00600dbf442c8741aa21a332fbceba849e0820560630a6e0ce
pkgname = xfce4-panel-profiles
diff --git a/PKGBUILD b/PKGBUILD
index 13c537ab3b96..a063883e6b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bernhard Landauer <oberon@manjaro.org>
pkgname=xfce4-panel-profiles
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
pkgdesc="Simple application to manage Xfce panel layouts"
arch=('any')
url="https://git.xfce.org/apps/xfce4-panel-profiles/about/"
@@ -14,7 +14,7 @@ makedepends=('intltool' 'git')
conflicts=('xfpanel-switch')
replces=('xfpanel-switch')
source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('a69e20f5e637319e14898b5c13ff7ba31d001a6e38e7516d70dbfd7600ad72db')
+sha256sums=('a8c00af838e85d00600dbf442c8741aa21a332fbceba849e0820560630a6e0ce')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"