summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2018-06-10 08:27:34 +0200
committerkikadf2018-06-10 08:27:34 +0200
commit8b8b93a096ffa51464e09bb967cb475d62bfdfdf (patch)
treeef5fe95ae49fe46223a32c8dca0f906a9a7c2040
parent05e55019755c4a50de30175bbdb34a4b97955e5f (diff)
downloadaur-8b8b93a096ffa51464e09bb967cb475d62bfdfdf.tar.gz
Small PKGBUILD fixes
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15765633fd5e..f856218671a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = octopi
optdepends = pacmanlogviewer: to view pacman log files
optdepends = gksu: for XFCE, Gnome, LXDE, Cinnamon
optdepends = lxqt-sudo: for LXQT
- optdepends = octopicons: icons for octopi-notifier
provides = octopi-kde-git
conflicts = octopi-git
conflicts = octopi-kde-git
diff --git a/PKGBUILD b/PKGBUILD
index 7a3c7487c6a3..ca0042884e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,8 +34,7 @@ optdepends=('pikaur: for AUR support'
'trizen: for AUR support'
'pacmanlogviewer: to view pacman log files'
'gksu: for XFCE, Gnome, LXDE, Cinnamon'
- 'lxqt-sudo: for LXQT'
- 'octopicons: icons for octopi-notifier')
+ 'lxqt-sudo: for LXQT')
[[ ${USE_NOTIFIER} == "1" ]] && optdepends+=('kdesu: for KDE')
[[ ${DISABLE_PIKAUR} == "1" ]] && unset optdepends[0]
provides=('octopi-kde-git')
@@ -56,7 +55,6 @@ else
source+=("${pkgname}-${USE_SOURCE}.tar.gz::https://github.com/aarnt/octopi/archive/${USE_SOURCE}.tar.gz")
sha256sums+=('SKIP')
_cd_path="${pkgname}-${USE_SOURCE}"
- makedepends=('git')
fi