summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaHIY2015-08-25 21:12:03 +0800
committerJaHIY2015-08-25 21:12:03 +0800
commit3a04c40da83eb18de97fd4a85730333c71ed4acb (patch)
tree003e5f87ecd7218ad99daf6b132c92aeadf1686a
parent79c1750f8f2b55d6a89a21ec7675b331e3e37c54 (diff)
downloadaur-3a04c40da83eb18de97fd4a85730333c71ed4acb.tar.gz
provides is not needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9503eb10a68a..8311c92de162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = lantern
depends = xcb-util
depends = xdg-utils
depends = zlib
- provides = lantern
options = !emptydirs
options = !strip
options = !docs
diff --git a/PKGBUILD b/PKGBUILD
index e04cf9af7bb9..8a95853668b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ license=('Apache')
# neo: I got it by ldd the lantern-binary as deb metadata doesn't provides it,
# and remove duplicated, like atk required by gtk3
depends=('hicolor-icon-theme' 'bzip2' 'dbus' 'glib2' 'gtk3' 'libappindicator-gtk3' 'mesa' 'xcb-util' 'xdg-utils' 'zlib')
-provides=('lantern')
options=('!emptydirs' '!strip' '!docs')
install=$pkgname.install
source=('lantern.service')