summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuentin Bourgeois2017-02-11 12:22:51 +0100
committerQuentin Bourgeois2017-02-11 12:22:51 +0100
commit01e82e18528ab489241e81026b779379cceef1bf (patch)
tree6d099f9c425c811cf8f30bad3fff408d7c7dd144 /PKGBUILD
parent8fd2200263811b316c0c9ea9c675d13a537f900d (diff)
downloadaur-01e82e18528ab489241e81026b779379cceef1bf.tar.gz
upgpkg: moolticute-git 0.6.0.r3.g5f3a560-1
* bump to moolticute 0.6.0-beta git based version * move systemd service file from user to system wide
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78e1c56b8a95..6246162478f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=moolticute-git
_pkgname="${pkgname%-git}"
-pkgver=0.5.5.r9.g3c6c740
+pkgver=0.6.0.r3.g5f3a560
pkgrel=1
pkgdesc="Easy companion for Mooltipass device"
arch=('x86_64' 'i686')
@@ -14,10 +14,8 @@ depends=('libusb'
'mooltipass-udev'
'qt5-base'
'qt5-websockets')
-
makedepends=('git'
'make')
-
source=("git+${url}.git")
sha256sums=('SKIP')
@@ -51,7 +49,4 @@ package() {
cd "${srcdir}/${_pkgname}/build/"
make INSTALL_ROOT="${pkgdir}/" install
-
- # temporary remove udev rules until fully merged into mooltipass-udev
- rm -rf "${pkgdir}/usr/lib/udev/"
}