summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-07-24 15:54:59 -0400
committerJean Lucas2018-07-24 15:54:59 -0400
commitd63a2381be9a8952fa8dca556a64169cf7a44ab5 (patch)
tree4a55fb2d77729f30029bf4a49c8c3fd67862110b
parent31703ab92b5c25250bce64212f53bf9261928868 (diff)
downloadaur-d63a2381be9a8952fa8dca556a64169cf7a44ab5.tar.gz
Remove install file checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--peertube.install2
3 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667f89676e13..c105d3d9fc6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 24 19:46:33 UTC 2018
+# Tue Jul 24 19:53:46 UTC 2018
pkgbase = peertube-git
pkgdesc = Federated (ActivityPub) video-streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular
pkgver = 1.0.0+beta.9+125+ga8bf1d82
@@ -23,9 +23,7 @@ pkgbase = peertube-git
conflicts = peertube
backup = etc/peertube/production.yaml
source = git+https://github.com/Chocobozzz/peertube
- source = peertube.install
sha512sums = SKIP
- sha512sums = a2fc6e4d8821479bc641647ac50e4304cba9379c8398494138be8fcd328ad8aea513d033a7b572ed0e5e9c0a66b5b0eb3c31378dd2a512a71931417bc6af0bf9
pkgname = peertube-git
diff --git a/PKGBUILD b/PKGBUILD
index 277b3e372ec0..fae054964021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,8 @@ provides=(peertube)
conflicts=(peertube)
backup=(etc/peertube/production.yaml)
install=peertube.install
-source=(git+https://github.com/Chocobozzz/peertube
- peertube.install)
-sha512sums=(SKIP
- a2fc6e4d8821479bc641647ac50e4304cba9379c8398494138be8fcd328ad8aea513d033a7b572ed0e5e9c0a66b5b0eb3c31378dd2a512a71931417bc6af0bf9)
+source=(git+https://github.com/Chocobozzz/peertube)
+sha512sums=(SKIP)
pkgver() {
cd peertube
diff --git a/peertube.install b/peertube.install
index 651f4369a1be..4549eb7890fb 100644
--- a/peertube.install
+++ b/peertube.install
@@ -1,6 +1,6 @@
post_install() {
getent passwd peertube > /dev/null ||
- useradd -rmd /var/lib/peertube peertube
+ useradd -rd /var/lib/peertube peertube
chown -R peertube:peertube /var/lib/peertube
chown -R peertube:peertube /etc/peertube
}