summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2018-08-06 10:15:08 -0700
committerChristian Bundy2018-08-06 10:15:08 -0700
commit1206b4e09163c5c2497fba1aa782d45210e77169 (patch)
treef1aa4a783f4fd4ab033deaa50c03eea0908127fb
parent25b1738e94c13a23411b34b0b12aa4e69e6b8553 (diff)
downloadaur-1206b4e09163c5c2497fba1aa782d45210e77169.tar.gz
Remove lib32-gcc-libs dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9cdb254db5..397244f42940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = patchbay-git
pkgdesc = An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
- pkgver = v7.13.1.r195.1378d45
+ pkgver = 7.13.1.r201.7e29e0b
pkgrel = 1
url = https://github.com/ssbc/patchbay
arch = i686
@@ -13,7 +13,6 @@ pkgbase = patchbay-git
depends = gtk2
depends = gconf
depends = python
- depends = lib32-gcc-libs
provides = patchbay
conflicts = patchbay
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 23a39ffe7206..dec0f7079b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Christian Bundy <christianbundy@fraction.io>
pkgname=patchbay-git
-pkgver=7.13.1.r195.1378d45
-pkgrel=1
+pkgver=7.13.1.r201.7e29e0b
+pkgrel=2
pkgdesc="An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork "
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchbay"
license=('MIT')
provides=('patchbay')
conflicts=('patchbay')
-depends=('libsodium' 'gtk2' 'gconf' 'python' 'lib32-gcc-libs')
+depends=('libsodium' 'gtk2' 'gconf' 'python')
makedepends=('nodejs' 'npm' 'git')
options=(!strip)
_srcname=patchbay