diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-02 15:35:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-04-02 15:35:12 -0500 |
commit | 60aaf4dddde2e0d5dc77a1b48943b2ea9aa7fb14 (patch) | |
tree | 5c21641d85d89be16bacf0d03bd5e7711d77a2b5 | |
parent | d2897b12ee9411834f6e05dd3207087fef44ddcc (diff) |
Fix md5sums in windowlab
-rw-r--r-- | community/windowlab/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD index cf5676443..7dec691b1 100644 --- a/community/windowlab/PKGBUILD +++ b/community/windowlab/PKGBUILD @@ -13,7 +13,7 @@ url="http://www.nickgravgaard.com/windowlab" license=('GPL') depends=('xorg-server' 'libxft' 'libxext') source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar") -md5sums=('346f8c187838a446b4cbb2326d035577') +md5sums=('7fcf770b3da932ac7d252572974b0d54') build() { cd ${srcdir}/${pkgname}-${pkgver} |