summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-12-07 18:15:38 -1000
committerGaetan Bisson2017-12-07 18:15:38 -1000
commitb41b59341f3544529a368b794c404df6d292c58f (patch)
treef394505b90e58395fe0943306066bffe6fe60663
parent12275e282542203b8945136832fdef2d13326231 (diff)
downloadaur-b41b59341f3544529a368b794c404df6d292c58f.tar.gz
upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449fa680cb75..73f1925ddbe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = subsurface-libdc-git
pkgdesc = Library for communication with dive computers
- pkgver = 20170709.eed75cb
+ pkgver = 20171206.db70c58
pkgrel = 1
- url = http://git.subsurface-divelog.org/
- arch = i686
+ url = https://github.com/Subsurface-divelog/libdc
arch = x86_64
license = LGPL
makedepends = git
- depends = libusb
provides = subsurface-libdc
conflicts = subsurface-libdc
- source = git://git.subsurface-divelog.org/libdc#branch=Subsurface-branch
+ source = git+https://github.com/Subsurface-divelog/libdc
sha256sums = SKIP
pkgname = subsurface-libdc-git
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
}