summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0b159bfa6b..9f776bfd180b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = libgphoto2-git
provides = libgphoto2-git
provides = libgphoto2
conflicts = libgphoto2
+ replaces = libgphoto2
source = libgphoto2-git::git+https://github.com/gphoto/libgphoto2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1fe767cfc7c..54edde22ac5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@ pkgver=2.5.27+125+g590698165
pkgrel=1
pkgdesc="Digital camera access library"
url="http://www.gphoto.org/"
-arch=(x86_64)
+arch=("x86_64")
license=(LGPL)
conflicts=("$_pkgname")
-depends=(libexif libjpeg gd libltdl libusb libxml2 curl)
-makedepends=(autoconf-archive git)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb' 'libxml2' 'curl')
+makedepends=('autoconf-archive' 'git')
provides=('libgphoto2.so' "$pkgname" "$_pkgname")
-
+replaces=("$_pkgname")
source=("$pkgname"::"git+https://github.com/gphoto/libgphoto2")
sha256sums=('SKIP')