summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincenzo Maffione2017-07-09 06:29:01 +0200
committerVincenzo Maffione2017-07-09 06:29:01 +0200
commit86240c66ee9b4fc37b50808e9479905920c6a257 (patch)
treecf143fbae63a4f51b4fa5df64316766efda909e0 /PKGBUILD
parentbe20e926e5e9172030d278a20cd9af56c81988e1 (diff)
downloadaur-86240c66ee9b4fc37b50808e9479905920c6a257.tar.gz
remove redundant .conf and .service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ec1c1b01d1f..a9e44536d89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ license=('GPL' 'LGPL')
depends=('linux' 'protobuf' 'python')
makedepends=('git' 'linux-headers' 'fakeroot' 'cmake')
install="rlite.install"
-source=("rlite.install" "rlite.conf" "rlite.service" "git+https://github.com/vmaffione/rlite.git")
+source=("rlite.install" "git+https://github.com/vmaffione/rlite.git")
noextract=()
-md5sums=("047aa5adec4c52ddbf86d12dbf300f71" "c1c8811f3a0dc47483468b77c97d8f59" "e9b71ee0e95d973ecb373b05140023d9" "SKIP")
+md5sums=("047aa5adec4c52ddbf86d12dbf300f71" "SKIP")
_gitname="rlite"