summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2560ad84285..6b9c1f6b4323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 23:29:04 UTC 2016
+# Wed Aug 3 19:02:28 UTC 2016
pkgbase = qlipper-git
pkgdesc = Cross-platform clipboard history applet
pkgver = 2.0.2.31.gdae06f3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pvanek/qlipper
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
makedepends = cmake
makedepends = qt5-tools
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 9bc32c0645d4..70ca1bfa18f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=qlipper
pkgname=$_pkgname-git
pkgver=2.0.2.31.gdae06f3
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform clipboard history applet'
arch=('i686' 'x86_64')
url='https://github.com/pvanek/qlipper'
license=('GPL2')
depends=('qt5-base' 'gtk-update-icon-cache')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('git' 'cmake' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=('git+https://github.com/pvanek/qlipper.git')