summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2021-09-01 08:49:55 +1000
committerEndlessEden2021-09-01 08:49:55 +1000
commit3ec70976467879429fd39f8c46fcd7a8ae692de5 (patch)
tree79ad8ee3984d7c8b4611e232315e86f015644d77
parent9a7f2d2339da01cd9fa2a19c99b3d5d61cd5a228 (diff)
downloadaur-3ec70976467879429fd39f8c46fcd7a8ae692de5.tar.gz
init: Copied most of the Archlinux PKGBUILD. Cloned missing parts from libphoto2-git.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f776bfd180b..7f0b159bfa6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,6 @@ 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 8d9f2e147789..c1fe767cfc7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ url="http://www.gphoto.org/"
arch=(x86_64)
license=(LGPL)
conflicts=("$_pkgname")
-replaces=("$_pkgname")
depends=(libexif libjpeg gd libltdl libusb libxml2 curl)
makedepends=(autoconf-archive git)
provides=('libgphoto2.so' "$pkgname" "$_pkgname")