summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f944b1afe24..bdf2e75516d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=wmstickynotes
-pkgver=0.3
+pkgver=0.7
pkgrel=1
pkgdesc="A dock app for keeping small notes around the desktop"
arch=('i686' 'x86_64')
license=('GPL3')
url="http://sourceforge.net/projects/wmstickynotes/"
depends=('gtk2')
-source=("http://downloads.sourceforge.net/wmstickynotes/wmstickynotes-0.3.tar.gz")
-md5sums=('088bd3e1d42f98c34d4f34cb480faf4b')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('622ddfa80b2c0686b69575374936280e')
build() {
cd "$srcdir/$pkgname-$pkgver"