summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-06-07 08:05:44 -0600
committeryochananmarqos2019-06-07 08:05:44 -0600
commit2faef49b35789830905014efe018f559eca72025 (patch)
tree3672bf2e4be7ab9a5e175c22dc39a675dc790d71 /PKGBUILD
parentfd9a1e6f4996f8d5a17739739aa6aef37004edfe (diff)
downloadaur-2faef49b35789830905014efe018f559eca72025.tar.gz
removed unneeded dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 496b6cff6605..ac2efbd4cf25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=horizontal-grub
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Transforms the current grub configuration file generated by grub(2) to a fake-horizontal style."
arch=('any')
url="https://github.com/petsam/horizontal-grub"
license=('GPL3')
depends=('bash' 'grub')
-optdepends=('polkit: for saving the new configuration to system')
source=("$pkgname-$pkgver.tar.gz::https://github.com/petsam/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('05b0f95fded7a335a6b28bd30f18d8da13ff416a66f1483bad81a6c535aabe70')