summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78306cb34e9..80c2de4230e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = icewm-extra-themes
pkgdesc = Extra themes for IceWM (too large to include in IceWM distribution)
pkgver = 1.2
- pkgrel = 4
+ pkgrel = 5
url = http://github.com/bbidulock/icewm-extra-themes
arch = any
license = GPL
makedepends = markdown
- depends = icewm>=1.4.2
+ depends = icewm
provides = icewm-themes
conflicts = icewm-themes
replaces = icewm-themes
diff --git a/PKGBUILD b/PKGBUILD
index a76c58d7b7f0..3474b055c677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=icewm-extra-themes
_oldname=icewm-themes
pkgver=1.2
-pkgrel=4
+pkgrel=5
pkgdesc="Extra themes for IceWM (too large to include in IceWM distribution)"
arch=(any)
url="http://github.com/bbidulock/icewm-extra-themes"
@@ -11,7 +11,7 @@ license=('GPL')
provides=($_oldname)
conflicts=($_oldname)
replaces=($_oldname)
-depends=('icewm>=1.4.2')
+depends=(icewm)
makedepends=(markdown)
source=("https://github.com/bbidulock/icewm-extra-themes/releases/download/$pkgver/$pkgname-$pkgver.tar.lz")
md5sums=('8bb4a8bc7fbde0ac083c4f277d205642')