summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Zeller2017-04-21 15:50:56 +0200
committerMartin Zeller2017-04-21 15:51:18 +0200
commit0e1bdc482340aeb58854e69ff97fcba94ca0432f (patch)
tree287005ad3a770349eab3bca81b19803b83154fdd
parent6a49a4cdb1fd5f20168dc3d56993514fe6b57006 (diff)
downloadaur-0e1bdc482340aeb58854e69ff97fcba94ca0432f.tar.gz
Update to 'new' GitHub repo
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65aaeb29bed8..67e249da0e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = libcoap-git
pkgdesc = C-Implementation of CoAP
- pkgver = 0
+ pkgver = r867.771f013
pkgrel = 1
url = https://libcoap.net/
arch = x86
arch = x86_64
license = BSD2
+ license = GPL2
makedepends = git
provides = libcoap
conflicts = libcoap
- source = libcoap::git://git.code.sf.net/p/libcoap/code
+ source = libcoap::git://github.com/obgm/libcoap.git
md5sums = SKIP
pkgname = libcoap-git
diff --git a/PKGBUILD b/PKGBUILD
index 497f7ca8278b..2340c348b1ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=libcoap-git
_gitname=libcoap
-pkgver=0
+pkgver=r867.771f013
pkgrel=1
pkgdesc="C-Implementation of CoAP"
arch=('x86' 'x86_64')
url="https://libcoap.net/"
-license=('BSD2')
+license=('BSD2' 'GPL2')
makedepends=('git')
provides=('libcoap')
conflicts=('libcoap')
-source=("$_gitname::git://git.code.sf.net/p/libcoap/code")
+source=("$_gitname::git://github.com/obgm/libcoap.git")
md5sums=('SKIP')
pkgver() {
@@ -19,7 +19,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
- autoconf
+ ./autogen.sh
./configure --prefix="/usr"
make
}