summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2016-04-03 22:05:48 +0200
committerFaerbit2016-04-03 22:05:48 +0200
commit5f9e8604452c764d25b48e52848040c07a26fd09 (patch)
treebf8f2785680f285d9656757b77b2dc81c15b0ed4
parenta34386bf3fa9c7a6edb5346b7c1d5cad811b0315 (diff)
downloadaur-campus-ics-feed-git.tar.gz
Also removing .install file as the instructions are invalid now.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--campus-ics-feed-git.install5
3 files changed, 1 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a68208deb12..33cc87f6c6eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 20:04:33 UTC 2016
+# Sun Apr 3 20:05:35 UTC 2016
pkgbase = campus-ics-feed-git
pkgdesc = Simple webserver which serves the ICS calendar file from FH Aachen Campus
pkgver = 12.e5e3b72
pkgrel = 1
url = https://github.org/faerbit/campus-ics-feed
- install = campus-ics-feed-git.install
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 3ead904e0af2..9451e7a64470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('python3' 'python-flask' 'python-requests')
makedepends=('git')
source=("git+https://github.com/faerbit/campus-ics-feed.git")
md5sums=("SKIP")
-install="campus-ics-feed-git.install"
pkgver() {
cd "$srcdir/$_pkgname"
diff --git a/campus-ics-feed-git.install b/campus-ics-feed-git.install
deleted file mode 100644
index 07e22a3d0650..000000000000
--- a/campus-ics-feed-git.install
+++ /dev/null
@@ -1,5 +0,0 @@
-post_install() {
- echo "Configure your username and password in /etc/campus-ics-feed.ini. You can"
- echo "also set CAMPUS_CONFIG_FILE to a custom location for the webapp config"
- echo "file."
-}