summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-01-18 11:41:40 +0100
committerHugo Osvaldo Barrera2021-01-18 11:41:40 +0100
commit2bb89f31e3ba20173c53e18016c8027592472d39 (patch)
treeffc60a29aca76312996d42c4ad5bbbee0786787a
parent5e3d901aa1dc553e6f13c3e192a458722a28f264 (diff)
downloadaur-2bb89f31e3ba20173c53e18016c8027592472d39.tar.gz
Remove unnecessary `options`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e86aeb07b5eb..50a5843353b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,8 +26,6 @@ pkgbase = caffeine-ng
conflicts = caffeine-systray
replaces = caffeine-oneclick
replaces = caffeine-systray
- options = !emptydirs
- options = !libtool
source = https://files.pythonhosted.org/packages/source/c/caffeine-ng/caffeine-ng-3.5.0.tar.gz
md5sums = 26fa6c3640fbe1f92c32cab80a3f7915
diff --git a/PKGBUILD b/PKGBUILD
index f0ad740370a8..eb996fbaa8ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ optdepends=("libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).")
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)
-options=(!emptydirs !libtool)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('26fa6c3640fbe1f92c32cab80a3f7915')