summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Vrijders2019-09-28 14:49:34 +0200
committerSander Vrijders2019-09-28 14:52:28 +0200
commitc75f3daa1a7abfab3b922cbec9b3bfc2de2212df (patch)
tree3041a2d2261dc75d640195632efc176c29ca4488
parentc0dae2d33a09ca7dd73f5a8b8736f3bfcbb2a5ac (diff)
downloadaur-c75f3daa1a7abfab3b922cbec9b3bfc2de2212df.tar.gz
Change to new repo URL
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446e9fdd018b..d4c900124215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ouroboros-git
- pkgdesc = Inter-Process Communications (IPC) subsystem for POSIX operating systems
- pkgver = 0.11.0.r0.g2e9665b
+ pkgdesc = A completely decentralized packet network
+ pkgver = 0.15.2.r0.gd6bd976
pkgrel = 1
- url = https://ouroboros.ilabt.imec.be
+ url = https://ouroboros.rocks
arch = x86_64
arch = i686
arch = arm
@@ -18,7 +18,8 @@ pkgbase = ouroboros-git
optdepends = fuse
optdepends = dnsutils
optdepends = swig
- source = git+https://ouroboros.ilabt.imec.be/git/ouroboros
+ source = git+https://ouroboros.rocks/git/ouroboros
md5sums = SKIP
pkgname = ouroboros-git
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7df652f4a505
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+ouroboros*
+src/
+pkg/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 152e09655487..e70ffdf1b1fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Sander Vrijders <sander.vrijders@ugent.be>
pkgname=ouroboros-git
-pkgver=0.11.0.r0.g2e9665b
+pkgver=0.15.2.r0.gd6bd976
pkgrel=1
-pkgdesc="Inter-Process Communications (IPC) subsystem for POSIX operating systems"
+pkgdesc="A completely decentralized packet network"
arch=('x86_64' 'i686' 'arm')
license=('GPL2' 'LGPL2.1' 'BSD')
depends=('protobuf-c')
makedepends=('git' 'fakeroot' 'cmake')
optdepends=('libgcrypt' 'openssl' 'fuse' 'dnsutils' 'swig')
-source=("git+https://ouroboros.ilabt.imec.be/git/ouroboros")
-url="https://ouroboros.ilabt.imec.be"
+source=("git+https://ouroboros.rocks/git/ouroboros")
+url="https://ouroboros.rocks"
noextract=()
md5sums=('SKIP')
_gitname=ouroboros