summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-04 22:16:29 +0800
committerYen Chi Hsuan2017-10-04 22:16:29 +0800
commit6c2bf195b58189d6a12015f4f5561a711e0ed618 (patch)
tree0dcc1507a7ab92127da22538a733447e900750d4 /PKGBUILD
parente0be6b36b9b2ecd78b3a2122c5735f0476e13eca (diff)
downloadaur-pcmanx-gtk3-git.tar.gz
Bump to 743.3b3ab60
And fix building & namcap checking
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3188a9b39c8..999cfdbde5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: Yu-Shin Huang <hyslion AT gmail.com>
pkgname=pcmanx-gtk3-git
-pkgver=742.0bd42c1
+pkgver=743.3b3ab60
pkgrel=1
pkgdesc="A gtk+ based free BBS client (yan12125's experimental GTK+3 branch)"
-url="http://code.google.com/p/pcmanx-gtk2"
+url="https://github.com/pcman-bbs/pcmanx"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('gtk3' 'librsvg')
-makedepends=('autoconf' 'automake' 'git' 'intltool')
+depends=('gtk3' 'librsvg' 'libltdl')
+# This requires gtk2 due to the AM_PATH_GTK_2_0 macro in configure.ac
+makedepends=('autoconf' 'automake' 'git' 'intltool' 'gtk2')
options=('!libtool')
provides=('pcmanx-gtk2')
conflicts=('pcmanx-gtk2')