summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2019-09-10 01:32:09 -0600
committerBrian Bidulock2019-09-10 01:32:09 -0600
commitdc45238aa73e6e37e7a2569907421943a16bb750 (patch)
treebd084601cbbf30834486930a977b7604808f5fd4 /PKGBUILD
parentd0c63f78229564452d25472c6dfda5d58d2717c0 (diff)
downloadaur-dc45238aa73e6e37e7a2569907421943a16bb750.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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() {