summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a861c3c7797..94fcf199dbbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Jul 5 20:46:01 UTC 2017
+# Mon Jul 10 20:15:47 UTC 2017
pkgbase = rtc-daemon-phonepi
pkgdesc = Time syncronization deamon for PhonePi project
pkgver = 1
pkgrel = 2
- url = https://github.com/PhonePi
+ url = https://gitlab.com/PhonePi
arch = i686
arch = x86_64
arch = armv6h
license = GPL2
makedepends = git
depends = i2c-tools
- source = git://github.com/PhonePi/phonepi.git
+ source = git+https://gitlab.com/PhonePi/Phone
sha256sums = SKIP
pkgname = rtc-daemon-phonepi
diff --git a/PKGBUILD b/PKGBUILD
index 64483214af29..e05426476ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ pkgname=rtc-daemon-phonepi
pkgver=1
pkgrel=2
pkgdesc="Time syncronization deamon for PhonePi project"
-url="https://github.com/PhonePi"
+url="https://gitlab.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
license=("GPL2")
makedepends=("git")
depends=("i2c-tools")
-source=(git://github.com/PhonePi/phonepi.git)
+source=('git+https://gitlab.com/PhonePi/Phone')
sha256sums=("SKIP")
package() {
- cd "$srcdir/phonepi/src/daemonRTC"
+ cd "$srcdir/Phone/src/daemonRTC"
install -Dm755 "./rtc.service" "$pkgdir/usr/lib/systemd/system/rtc.service"
}