summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2017-02-28 20:52:44 +0200
committerAlexander Agura2017-02-28 20:52:44 +0200
commitd1523f657b0a19c16a9827d438e1dc55a29cd177 (patch)
tree9c57dddcbb058e3b473608b8fb0b1108fa4712ce
parent164db2529c0a6e231560f59e32025407b764ff51 (diff)
downloadaur-d1523f657b0a19c16a9827d438e1dc55a29cd177.tar.gz
Oops, we don't have su as package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb0bb4268882..ebf63a400b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = find-the-command
depends = pacman>=5.0
optdepends = zsh: cool interactive shell with plenty of features
optdepends = sudo: for root access (needed for packages installation)
- optdepends = su: alternative option for root access
backup = usr/lib/systemd/system/pacman-files.service
backup = usr/lib/systemd/system/pacman-files.timer
source = https://github.com/agur4ik/find-the-command/archive/1.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5b42da308f7a..f2e2293b2cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ url="https://github.com/agur4ik/find-the-command"
license=('custom:WTFPL')
depends=('pacman>=5.0')
optdepends=('zsh: cool interactive shell with plenty of features'
- 'sudo: for root access (needed for packages installation)'
- 'su: alternative option for root access')
+ 'sudo: for root access (needed for packages installation)')
backup=('usr/lib/systemd/system/pacman-files.service'
'usr/lib/systemd/system/pacman-files.timer')
install=find-the-command.install