summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-02-16 21:59:49 -0500
committerTed Alff2018-02-16 21:59:49 -0500
commit527872d800c9e261c4eb95c389a8dc3bedfd7450 (patch)
treec6483190ca4ccda1f1e6d1a19ec9fdc0fe5c035d
parentdfb471a3b8091fcda6f3886c4de7069866a5b8ec (diff)
downloadaur-527872d800c9e261c4eb95c389a8dc3bedfd7450.tar.gz
Version bump 0.93
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70e4306020c..503965700f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 19 18:11:12 UTC 2017
+# Sat Feb 17 02:59:36 UTC 2018
pkgbase = dockbarx
pkgdesc = TaskBar with groupping and group manipulation
- pkgver = 0.92
- pkgrel = 4
+ pkgver = 0.93
+ pkgrel = 1
url = https://github.com/M7S/dockbarx
arch = i686
arch = x86_64
@@ -26,10 +26,8 @@ pkgbase = dockbarx
optdepends = dockmanager: dockmanager plugins
optdepends = cardapio-bzr: required to run menu applet for dockx (standalone dock)
conflicts = dockbarx-git
- source = dockbarx-0.92.tar.gz::https://github.com/M7S/dockbarx/archive/0.92.tar.gz
- source = freedesktop_quicklist.patch::https://github.com/M7S/dockbarx/commit/db984a935c60253dcf3c5cbdb2e623b4692b038d.patch
- sha256sums = eb7630c0cebeb84ba9f66c60d77ec082afe56b264db4139436913ebdf2b1b7ea
- sha256sums = 6eba00088c1094aee041b26407d5c8e9f19da2eaee491cc9aff92a11285efba2
+ source = dockbarx-0.93.tar.gz::https://github.com/M7S/dockbarx/archive/0.93.tar.gz
+ sha256sums = 3f81b39d051c8b961df32e883069276dca10d84bae997b18f7938b004a3577e2
pkgname = dockbarx
diff --git a/PKGBUILD b/PKGBUILD
index 6dfd8e715089..7df4cb5fe5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: rayman2200
pkgname=dockbarx
-pkgver=0.92
-pkgrel=4
+pkgver=0.93
+pkgrel=1
pkgdesc="TaskBar with groupping and group manipulation"
arch=('i686' 'x86_64')
url="https://github.com/M7S/dockbarx"
@@ -18,15 +18,8 @@ optdepends=('avant-window-navigator: AWN DockBarX Plugin'
'dockmanager: dockmanager plugins'
'cardapio-bzr: required to run menu applet for dockx (standalone dock)')
conflicts=('dockbarx-git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/M7S/dockbarx/archive/${pkgver}.tar.gz"
- 'freedesktop_quicklist.patch::https://github.com/M7S/dockbarx/commit/db984a935c60253dcf3c5cbdb2e623b4692b038d.patch')
-sha256sums=('eb7630c0cebeb84ba9f66c60d77ec082afe56b264db4139436913ebdf2b1b7ea'
- '6eba00088c1094aee041b26407d5c8e9f19da2eaee491cc9aff92a11285efba2')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ../freedesktop_quicklist.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/M7S/dockbarx/archive/${pkgver}.tar.gz")
+sha256sums=('3f81b39d051c8b961df32e883069276dca10d84bae997b18f7938b004a3577e2')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"