summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb00rt00s2016-05-04 10:25:46 +0200
committerb00rt00s2016-05-04 10:25:46 +0200
commit8b6cc9b5e3e47bc231a912d3585f7947f15f54ac (patch)
tree1c8b3a7f116c0dd01f0cdc177f81a568d832e52e
parent010d829f37a2c3d99cc68d44f8d7d7b7e87249dd (diff)
downloadaur-8b6cc9b5e3e47bc231a912d3585f7947f15f54ac.tar.gz
added conflicts line with blt_tcl85
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233658f2917f..83708e16c732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# śro lut 24 10:45:36 UTC 2016
+# śro maj 4 08:25:17 UTC 2016
pkgbase = blt
pkgdesc = Adds new commands and widgets to the Tcl interpreter.
pkgver = 2.4z
- pkgrel = 11
+ pkgrel = 12
url = http://blt.sourceforge.net
arch = i686
arch = x86_64
license = custom
makedepends = git
depends = tk
+ conflicts = blt_tcl85
source = git+https://github.com/thillux/blt.git
source = COPYING
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68d0f0fe0ec6..3d652962148e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Markus Theil <aur@thillux.de>
+# Maintainer: b00rt00s <bomby dot zrzuc at gmail dot com>
+# Contributor: Markus Theil <aur@thillux.de>
# Contributor: Oleg Smirnov <oleg.smirnov@gmail.com>
# Contributor: Jason Taylor <jftaylor21@gmail.com>
# Contributor: Christophe Gueret <tolgam@homegnu.net>
-# Contributor: b00rt00s <b_ged@linuksowo.pl>
pkgname=blt
pkgver=2.4z
-pkgrel=11
+pkgrel=12
pkgdesc="Adds new commands and widgets to the Tcl interpreter."
url="http://blt.sourceforge.net"
license=("custom")
depends=('tk')
makedepends=('git')
+conflicts=('blt_tcl85')
arch=('i686' 'x86_64')
source=('git+https://github.com/thillux/blt.git'
COPYING)
@@ -30,7 +31,7 @@ build() {
--mandir=/usr/share/man
# Compile
- make -j 1 || return 1
+ make -j 1
}
package() {