summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2018-01-29 13:58:33 +0100
committersirlucjan2018-01-29 13:58:33 +0100
commit0e8ddec0fa334f14fbd40b29d336c7fd6221a5ac (patch)
tree986496e7143b171bf2b9ebef62b22c45a88c9def
parent74b89bf764ddb040ac27381bb3411de8b55db720 (diff)
downloadaur-0e8ddec0fa334f14fbd40b29d336c7fd6221a5ac.tar.gz
Drop unneeded flag
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 081014b436db..82c30725fe06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psi-plus-plugins-git
pkgdesc = Additional plugins for Psi+ (built with Qt 5.x)
- pkgver = 1.2.161.1.gf3b641d3
- pkgrel = 2
+ pkgver = 1.2.191.0.g4915f009
+ pkgrel = 1
url = http://psi-plus.com
arch = x86_64
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = psi-plus-plugins-git
depends = qt5-webengine
optdepends = libotr: for OTR plugin
optdepends = tidyhtml: for OTR plugin
- provides = psi-plus-plugins=1.2.161.1.gf3b641d3
- provides = psi-plus-plugins-qt5-git=1.2.161.1.gf3b641d3
+ provides = psi-plus-plugins=1.2.191.0.g4915f009
+ provides = psi-plus-plugins-qt5-git=1.2.191.0.g4915f009
conflicts = psi-plus-plugins
conflicts = psi-plus-plugins-qt5-git
source = git://github.com/psi-plus/psi-plus-snapshots
diff --git a/PKGBUILD b/PKGBUILD
index 072652a30b63..e8a407d787c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Alexey D. <lq07829icatm@rambler.ru>
pkgname=psi-plus-plugins-git
-pkgver=1.2.161.1.gf3b641d3
-pkgrel=2
+pkgver=1.2.191.0.g4915f009
+pkgrel=1
pkgdesc="Additional plugins for Psi+ (built with Qt 5.x)"
arch=('x86_64')
url="http://psi-plus.com"
@@ -27,7 +27,7 @@ build() {
cd psi-plus-snapshots
mkdir -p build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DONLY_PLUGINS=ON ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DONLY_PLUGINS=ON ..
make
}