summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaisvendoo2017-12-24 19:18:47 +0300
committermaisvendoo2017-12-24 19:18:47 +0300
commitf60c782102e46f6975dcbf0616ac2f02c2b3ade8 (patch)
tree58494760e9066486fc5ef0e5f61b654e7cba4a9f
parenta199d1f266b920aca1ac61c17bebdbbd57fa19df (diff)
downloadaur-f60c782102e46f6975dcbf0616ac2f02c2b3ade8.tar.gz
Fix error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8c88a5d0c74..564af5392b68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Dec 24 16:16:47 UTC 2017
+# Sun Dec 24 16:18:37 UTC 2017
pkgbase = qslave
pkgdesc = Modbus RTU network emulator for PC
pkgver = 1.0.2
pkgrel = 1
- url = https://github.com/masivendoo/qslave.git
+ url = https://github.com/maisvendoo/qslave
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index ba67e05e9a2e..5baf810b8c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.2
pkgrel=1
pkgdesc="Modbus RTU network emulator for PC"
arch=('x86_64')
-url="https://github.com/masivendoo/qslave.git"
+url="https://github.com/maisvendoo/qslave"
license=('GPL')
depends=('qt5-base')
makedepends=('git' 'gendesk')