Date: Saturday, March 4, 2017 @ 10:08:46
  Author: felixonmars
Revision: 214868

upgpkg: fingerterm 1.3.3-1

Modified:
  fingerterm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-04 10:05:38 UTC (rev 214867)
+++ PKGBUILD    2017-03-04 10:08:46 UTC (rev 214868)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=fingerterm
-pkgver=1.1.17
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="A terminal emulator with a custom virtual keyboard"
 arch=('i686' 'x86_64')
 url="http://github.com/nemomobile/fingerterm";
@@ -10,13 +10,13 @@
 license=('LGPL')
 depends=('qt5-feedback' 'nemo-qt-components')
 makedepends=('git' 'nemo-qml-plugin-notifications')
-source=("git+https://github.com/nemomobile/fingerterm.git#tag=$pkgver";)
+source=("git+https://git.merproject.org/mer-core/fingerterm.git#tag=$pkgver";)
 sha256sums=('SKIP')
 
 build() {
   cd fingerterm
 
-  qmake-qt5
+  qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
   make
 }
 

Reply via email to