summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-09-10 01:32:09 -0600
committerBrian Bidulock2019-09-10 01:32:09 -0600
commitdc45238aa73e6e37e7a2569907421943a16bb750 (patch)
treebd084601cbbf30834486930a977b7604808f5fd4
parentd0c63f78229564452d25472c6dfda5d58d2717c0 (diff)
downloadaur-dc45238aa73e6e37e7a2569907421943a16bb750.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db1c28f4ba8..68bb955b9b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icewm-extra-themes
pkgdesc = Extra themes for IceWM (too large to include in IceWM distribution)
- pkgver = 1.0
+ pkgver = 1.2
pkgrel = 1
url = http://github.com/bbidulock/icewm-extra-themes
arch = any
@@ -10,8 +10,8 @@ pkgbase = icewm-extra-themes
provides = icewm-themes
conflicts = icewm-themes
replaces = icewm-themes
- source = https://github.com/bbidulock/icewm-extra-themes/releases/download/1.0/icewm-extra-themes-1.0.tar.xz
- md5sums = e0f0d745f2f9b528c27423f7e3805984
+ source = https://github.com/bbidulock/icewm-extra-themes/releases/download/1.2/icewm-extra-themes-1.2.tar.lz
+ md5sums = 8bb4a8bc7fbde0ac083c4f277d205642
pkgname = icewm-extra-themes
diff --git a/PKGBUILD b/PKGBUILD
index 8d515a18e1f9..60d97fdb178e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=icewm-extra-themes
_oldname=icewm-themes
-pkgver=1.0
+pkgver=1.2
pkgrel=1
pkgdesc="Extra themes for IceWM (too large to include in IceWM distribution)"
arch=(any)
@@ -13,13 +13,13 @@ conflicts=($_oldname)
replaces=($_oldname)
depends=('icewm2')
makedepends=(markdown)
-source=("https://github.com/bbidulock/icewm-extra-themes/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('e0f0d745f2f9b528c27423f7e3805984')
+source=("https://github.com/bbidulock/icewm-extra-themes/releases/download/$pkgver/$pkgname-$pkgver.tar.lz")
+md5sums=('8bb4a8bc7fbde0ac083c4f277d205642')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make V=0
+ ./configure
+ make
}
package() {