summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-04-23 17:36:44 +0300
committerMantas Mikulėnas2018-04-23 17:36:44 +0300
commitbc878b7ebf326dd808d98910a13b6ca604b064a9 (patch)
tree5a1d2c2367c98c1975127dde72d068e8e032e55e
parentf278cde09a5c9f3cd0533773a4878fc09cbea077 (diff)
downloadaur-bc878b7ebf326dd808d98910a13b6ca604b064a9.tar.gz
bump commit, move example config to /usr/share
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64491cb02212..b34e04c22a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oor
pkgdesc = Open Overlay Router (formerly LISPmob) - Locator/ID Separation Protocol (LISP) and LISP Mobile Node implementation
- pkgver = 1.2.0.r49.g3bcb115
+ pkgver = 1.2.0.r100.g8aaa830
pkgrel = 1
url = https://openoverlayrouter.org/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = oor
provides = lispmob
replaces = lispmob
backup = etc/oor.conf
- source = git+https://github.com/OpenOverlayRouter/oor#commit=3bcb115334c170d7406230461cbb91167042a1f3
+ source = git+https://github.com/OpenOverlayRouter/oor#commit=8aaa8307861751bd13cd631bf8f2c19851faf708
source = oor.service
sha256sums = SKIP
sha256sums = b952f567e6c506d09aab10b4fae49c9cee31affb89b7a18040c2fa7f1a8df153
diff --git a/PKGBUILD b/PKGBUILD
index f1802053dc4d..e4731ef3426a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=oor
-pkgver=1.2.0.r49.g3bcb115
+pkgver=1.2.0.r100.g8aaa830
pkgrel=1
pkgdesc="Open Overlay Router (formerly LISPmob) - Locator/ID Separation Protocol (LISP) and LISP Mobile Node implementation"
url="https://openoverlayrouter.org/"
@@ -10,7 +10,7 @@ makedepends=('git' 'gengetopt')
provides=('lispmob')
replaces=('lispmob')
backup=("etc/oor.conf")
-_commit=3bcb115334c170d7406230461cbb91167042a1f3
+_commit=8aaa8307861751bd13cd631bf8f2c19851faf708
source=("git+https://github.com/OpenOverlayRouter/oor#commit=$_commit"
"oor.service")
sha256sums=('SKIP'
@@ -29,7 +29,7 @@ build() {
package() {
cd oor
make PREFIX="/usr/bin/" DESTDIR="$pkgdir" install
- install -Dm600 oor/oor.conf.example "$pkgdir"/etc/oor.conf
+ install -Dm600 oor/oor.conf.example "$pkgdir"/usr/share/doc/"$pkgname"/oor.conf
install -Dm644 "$srcdir"/oor.service "$pkgdir"/usr/lib/systemd/system/oor.service
}