summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-03-31 23:20:47 +1100
committerLuis Aranguren2020-03-31 23:28:01 +1100
commita17f6f6e05d5c47f46ba754b62cc56a356985d3d (patch)
tree08671bd1445972bb4e184f5a71a3d67c24cd298a
parent856ca8a1e368ed240456a3be78c22964e8e52aeb (diff)
downloadaur-a17f6f6e05d5c47f46ba754b62cc56a356985d3d.tar.gz
fixed "cannot find .htaccess" and "command failed to execute correctly" errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--rutorrent.install4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83349a1d9577..6732ad558e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rutorrent-git
pkgdesc = Web frontend to rTorrent in PHP designed to resemble uTorrent
- pkgver = r2404.d9eb7a79
+ pkgver = r2617.1f15836b
pkgrel = 1
url = https://github.com/Novik/ruTorrent
install = rutorrent.install
diff --git a/PKGBUILD b/PKGBUILD
index ae383555ff0c..30a8d0d555b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: skydrome <skydrome@i2pmail.org>
pkgname='rutorrent-git'
-pkgver=r2404.d9eb7a79
+pkgver=r2617.1f15836b
pkgrel=1
pkgdesc="Web frontend to rTorrent in PHP designed to resemble uTorrent"
url="https://github.com/Novik/ruTorrent"
diff --git a/rutorrent.install b/rutorrent.install
index b62915394370..92ef07bbd9e5 100644
--- a/rutorrent.install
+++ b/rutorrent.install
@@ -9,6 +9,8 @@ post_install() {
Hiawatha: Alias = /rutorrent:/usr/share/webapps/rutorrent
Nginx: ln -s /usr/share/webapps/rutorrent /srv/http/rutorrent
+Please configure .htaccess in /usr/share/webapps/rutorrent based on the htaccess-example in the same folder.
+
EOF
post_upgrade
@@ -22,5 +24,5 @@ post_upgrade() {
chmod 750 {conf,share/{users,settings}}
chmod 777 {tmp,share/torrents}
- chmod 640 {.htaccess,share/.htaccess}
+ chmod 640 share/.htaccess
}