summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79256605ecf3..ae77ed33bb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=openbox-theme-mythos
pkgver=20150104
-pkgrel=2
+pkgrel=3
pkgdesc='A dark blue theme for Openbox.'
arch=('any')
url='http://box-look.org/content/show.php?content=88560'
license=('GPL3')
depends=('openbox')
-optdepends=()
provides=("${pkgname}=${pkgver}")
-conflicts=("${pkgname}")
# Mirror
# https://www.dropbox.com/s/q40ppjtue8z2me7/88560-Mythos_OB.tar.gz
@@ -26,4 +24,4 @@ package() {
# Copy theme
mkdir -p ${pkgdir}/usr/share/themes
cp -R ${srcdir}/Mythos ${pkgdir}/usr/share/themes
-} \ No newline at end of file
+}