summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin A. Shelton2018-01-10 15:59:26 -0700
committerBenjamin A. Shelton2018-01-10 15:59:26 -0700
commit6f59abb397cca4dae922427b558899480ca6c4eb (patch)
tree874b65aa2b4feeba7e1699855e6045c0ce5ec858
parent2766a02d1599a91924b0631b7e95c257d3471a24 (diff)
downloadaur-6f59abb397cca4dae922427b558899480ca6c4eb.tar.gz
Bump PKGREL.
Force installation of psycopg2 from source. --no-binary is required to force a source build of psycopg2; without this, it will *not* work with glibc-2.26.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee7b98c35584..79d29448da8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 11 17:32:46 UTC 2017
+# Wed Jan 10 22:59:22 UTC 2018
pkgbase = sentry
pkgdesc = Python-based realtime logging and aggregation server.
pkgver = 8.22.0
- pkgrel = 1
+ pkgrel = 2
url = http://pypi.python.org/pypi/sentry
install = sentry.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5a861c7f6d0b..7b317e16ec4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=sentry
pkgname=('sentry')
pkgver=8.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python-based realtime logging and aggregation server."
arch=(any)
url="http://pypi.python.org/pypi/sentry"
@@ -61,7 +61,7 @@ package() {
# line and comment-out or remove the one immediately after it. If you wish
# to be more specific, replace -Wno-error with -Wno-misleading-indentation.
#CFLAGS="-Wno-error" "${pkgdir}/opt/sentry/bin/pip" install "sentry==${pkgver}"
- "${pkgdir}/opt/sentry/bin/pip" install "sentry==${pkgver}"
+ "${pkgdir}/opt/sentry/bin/pip" install "psycopg2==2.7.3" "sentry==${pkgver}" --no-binary "psycopg2"
# Make certain the virtualenv is relocatable.
virtualenv2 --relocatable "${pkgdir}/opt/sentry"