summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-05-07 15:20:23 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-05-07 15:20:23 -0500
commit49507c6c2f77ca11b8ab4d1411044f6e5bf5d096 (patch)
tree711bd2e12336edd00374171967303a1b246b086f /community
parentbbcf09daf7ecaf715e986eb0eadab27a14d2408a (diff)
Fix md5 in dmenu
Diffstat (limited to 'community')
-rw-r--r--community/dmenu/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD
index ace0834a4..51037ff0d 100644
--- a/community/dmenu/PKGBUILD
+++ b/community/dmenu/PKGBUILD
@@ -27,5 +27,4 @@ package() {
cd $srcdir/$pkgname-$pkgver
make PREFIX=/usr DESTDIR=$pkgdir install
install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-md5sums=('85204de9ac040e0ba544978ce6d6a105')
+} \ No newline at end of file