summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/ldm/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/abs/core/ldm/PKGBUILD b/abs/core/ldm/PKGBUILD
index ba91109..c9731cf 100644
--- a/abs/core/ldm/PKGBUILD
+++ b/abs/core/ldm/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Hahling
pkgname=ldm
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight device mounter"
arch=('i686' 'x86_64')
url="https://github.com/LemonBoy/ldm"
@@ -9,22 +9,25 @@ license=('MIT')
depends=('udev')
provides=('ldm')
conflicts=('ldm-git')
-source=(http://github.com/LemonBoy/${pkgname}/tarball/v${pkgver})
+#source=(http://github.com/LemonBoy/${pkgname}/tarball/v${pkgver})
+source=(http://github.com/LemonBoy/${pkgname}/archive/master.tar.gz)
install=ldm.install
build() {
- cd LemonBoy-${pkgname}-8417f5b
- # needed before it is fixed in the Makefile
+ #cd LemonBoy-${pkgname}-8417f5b
+ cd ${pkgname}-master
+ # needed before it is fixed in the MakefileL
export LDFLAGS=""
make
}
package() {
- cd LemonBoy-${pkgname}-8417f5b
+ #cd LemonBoy-${pkgname}-8417f5b
+ cd ${pkgname}-master
make PREFIX="/usr" DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et:
-md5sums=('3b8d4d7117f5b007ff3311c56c789e98')
+md5sums=('07a355b88bb290da05c168a2d8ed8409')