diff options
author | Joe <joe@joelightning.com> | 2011-12-31 23:05:53 +0000 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-12-31 23:05:53 +0000 |
commit | 45675ec8babcd9ea73f6a49f51f6e7da9d1f1592 (patch) | |
tree | 429e88d2fd1c52b7a82f53c2c147107af975962c | |
parent | 1536f57f31304f144fea163701020f078ac76ea4 (diff) |
fixed my mistake
-rw-r--r-- | extra/xfce4-genmon-plugin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xfce4-genmon-plugin/PKGBUILD b/extra/xfce4-genmon-plugin/PKGBUILD index feda4bbe0..31c9e9cd6 100644 --- a/extra/xfce4-genmon-plugin/PKGBUILD +++ b/extra/xfce4-genmon-plugin/PKGBUILD @@ -13,7 +13,7 @@ groups=('xfce4-goodies') depends=('xfce4-panel' 'libxfcegui4') makedepends=('gettext' 'intltool') options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2) +source=("http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2" 'patch.patch') md5sums=('7c95234dc99efc21bbf9d2b056dd21f9' '45323dd0f93c35a36f98d61ef0e2ba5b') build() { |