summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2017-12-07 18:15:38 -1000
committerGaetan Bisson2017-12-07 18:15:38 -1000
commitb41b59341f3544529a368b794c404df6d292c58f (patch)
treef394505b90e58395fe0943306066bffe6fe60663 /PKGBUILD
parent12275e282542203b8945136832fdef2d13326231 (diff)
downloadaur-b41b59341f3544529a368b794c404df6d292c58f.tar.gz
upstream update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94f83fa78535..ab79a0edb0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=subsurface-libdc-git
_pkgname=libdc
-pkgver=20170709.eed75cb
+pkgver=20171206.db70c58
pkgrel=1
pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
+url='https://github.com/Subsurface-divelog/libdc'
license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libusb')
-makedepends=('git')
+arch=('x86_64')
source=('git+https://github.com/Subsurface-divelog/libdc')
sha256sums=('SKIP')
+makedepends=('git')
conflicts=('subsurface-libdc')
provides=('subsurface-libdc')
@@ -27,7 +26,7 @@ build() {
autoreconf --install
./configure \
--prefix=/usr \
- --program-prefix="${_pkgname}-" \
+ --program-prefix=libdc- \
make
}