summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc77550acdc9..6843a460111a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
-# Generated by makepkg 4.2.0
-# Tue Dec 30 20:47:50 UTC 2014
pkgbase = photobook-git
pkgdesc = A photo manger for KDE
pkgver = b97b012
- pkgrel = 1
+ pkgrel = 2
url = https://projects.kde.org/projects/playground/graphics/photobook
arch = i686
arch = x86_64
license = GPL
makedepends = automoc4
depends = xapian-core
- depends = libkexiv2
+ depends = libkexiv2_4
depends = kdebase-runtime
provides = photobook
conflicts = photobook
- source = photobook::git://anongit.kde.org/photobook
+ source = photobook::git+http://anongit.kde.org/photobook
sha256sums = SKIP
pkgname = photobook-git
diff --git a/PKGBUILD b/PKGBUILD
index 83caf9a4f8e1..1ec06a4a7a2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=photobook-git
pkgver=b97b012
-pkgrel=1
+pkgrel=2
pkgdesc="A photo manger for KDE"
arch=('i686' 'x86_64')
url="https://projects.kde.org/projects/playground/graphics/photobook"
license=('GPL')
-depends=('xapian-core' 'libkexiv2' 'kdebase-runtime')
+depends=('xapian-core' 'libkexiv2_4' 'kdebase-runtime')
makedepends=('automoc4')
provides=(photobook)
conflicts=(photobook)
-source=("photobook::git://anongit.kde.org/photobook")
+source=("photobook::git+http://anongit.kde.org/photobook")
sha256sums=('SKIP')
pkgver() {