summaryrefslogtreecommitdiff
path: root/community/mate-panel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-panel/PKGBUILD')
-rw-r--r--community/mate-panel/PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/community/mate-panel/PKGBUILD b/community/mate-panel/PKGBUILD
index 543287adb..4fd7ca24f 100644
--- a/community/mate-panel/PKGBUILD
+++ b/community/mate-panel/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mate-panel
pkgver=1.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="The MATE Panel"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
@@ -14,17 +14,10 @@ makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
'perl-xml-parser' 'yelp-tools')
optdepends=('yelp: for reading MATE help documents')
groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz"
- "https://github.com/City-busz/mate-panel/commit/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff")
-sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9'
- '8c67a6aacfad3ee8225410f1ff1e37c6da3d5bc8')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
install=${pkgname}.install
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff"
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \