summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f1925ddbe9..f058b839a4fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subsurface-libdc-git
pkgdesc = Library for communication with dive computers
- pkgver = 20171206.db70c58
+ pkgver = 20180425.d264349
pkgrel = 1
url = https://github.com/Subsurface-divelog/libdc
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = subsurface-libdc-git
makedepends = git
provides = subsurface-libdc
conflicts = subsurface-libdc
- source = git+https://github.com/Subsurface-divelog/libdc
+ source = git+https://github.com/Subsurface-divelog/libdc#branch=Subsurface-NG
sha256sums = SKIP
pkgname = subsurface-libdc-git
diff --git a/PKGBUILD b/PKGBUILD
index 5307e047570a..94081b820804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=subsurface-libdc-git
_pkgname=libdc
-pkgver=20171206.db70c58
+pkgver=20180425.d264349
pkgrel=1
pkgdesc='Library for communication with dive computers'
url='https://github.com/Subsurface-divelog/libdc'
license=('LGPL')
arch=('x86_64')
-source=('git+https://github.com/Subsurface-divelog/libdc')
+source=('git+https://github.com/Subsurface-divelog/libdc#branch=Subsurface-NG')
sha256sums=('SKIP')
makedepends=('git')