summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Abdullin2017-07-10 20:13:20 +0000
committerAzat Abdullin2017-07-10 20:13:20 +0000
commit64b7724808663237637b6e6f45c97bd0a6e356d3 (patch)
tree202f1dade7c0f92e89aedcdfb8835c2885f3fd6d
parent07dd8975ffe6feed1f07f9f1bc36081fe6ad70eb (diff)
downloadaur-64b7724808663237637b6e6f45c97bd0a6e356d3.tar.gz
changed source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab865ddbbc8f..92244724b433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jul 5 20:43:35 UTC 2017
+# Mon Jul 10 20:13:19 UTC 2017
pkgbase = desktop-phonepi
pkgdesc = Desktop application for PhonePi project
pkgver = 1
pkgrel = 7
- url = https://github.com/PhonePi
+ url = https://gitlab.com/PhonePi
arch = i686
arch = x86_64
arch = armv6h
@@ -14,7 +14,7 @@ pkgbase = desktop-phonepi
depends = qt5-base
depends = qt5-tools
depends = qt5-wayland
- source = git://github.com/PhonePi/phonepi.git
+ source = git+https://gitlab.com/PhonePi/Phone
sha256sums = SKIP
pkgname = desktop-phonepi
diff --git a/PKGBUILD b/PKGBUILD
index f306731fee22..331bcfae6f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@ pkgname=desktop-phonepi
pkgver=1
pkgrel=7
pkgdesc="Desktop application for PhonePi project"
-url="https://github.com/PhonePi"
+url="https://gitlab.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
license=("GPL2")
makedepends=("git" "cmake")
depends=("qt5-base" "qt5-tools" "qt5-wayland")
-source=(git://github.com/PhonePi/phonepi.git)
+source=('git+https://gitlab.com/PhonePi/Phone')
sha256sums=("SKIP")
build() {
- cd "$srcdir/phonepi/src/desktop"
+ cd "$srcdir/Phone/src/desktop"
git submodule init
git submodule update
cmake . -DCMAKE_INSTALL_PREFIX=/usr
@@ -20,7 +20,7 @@ build() {
}
package() {
- cd "$srcdir/phonepi/src/desktop"
+ cd "$srcdir/Phone/src/desktop"
make DESTDIR=$pkgdir install
install -Dm600 --owner=$USER "./config.ini" "$pkgdir/$HOME/.config/desktop-pi"
install -Dm666 "./resourses/background.png" "$pkgdir/usr/share/desktop-pi/background.png"