summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ece16547be94..a0bf7490639f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
_pkgname=xfce4-dockbarx-plugin
pkgname=${_pkgname}-git
+epoch=1
_pkgver=0.6
-pkgver=0.6+r62+f7585b5
+pkgver=0.6+r65+aa9c974
pkgrel=1
pkgdesc="Embed DockbarX in the xfce4-panel"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,10 +14,8 @@ depends=('dockbarx>=1.0beta' 'xfce4-panel>=4.12')
makedepends=('git' 'vala')
provides=("${_pkgname}=${pkgver}")
_branch='pygi-python3'
-source=("${_pkgname}::git+https://github.com/M7S/${_pkgname}#branch=${_branch}"
- 'fixes.patch')
-sha256sums=('SKIP'
- '8f529817c1de28dc4ef2047254863d446f6c83a0120f90af9eac3f1524179f31')
+source=("${_pkgname}::git+https://github.com/xuzhen/${_pkgname}#branch=${_branch}")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
@@ -25,9 +24,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- # Apply xuzhen's fixes for background color while waiting on pull request to be accepted
- patch -Np1 -r- -i ../fixes.patch
-
PREFIX=/usr python ./waf configure
}