summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-01-14 12:44:51 +0100
committerJules Roumieux2017-01-14 12:44:51 +0100
commitce7e8c26fbcaf14c18be05cae53d4c9094e130fc (patch)
treea45bdf7828e7026642b763c26a7bb44facd6f374
parent5513bf52292fe22747bed05d7f23b5fa33b63a39 (diff)
downloadaur-ce7e8c26fbcaf14c18be05cae53d4c9094e130fc.tar.gz
Error in the url field
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b3c5522c48..404a5b8aa390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = p7
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 2.0
pkgrel = 3
- url = https://p7.planet-casio.fr/
+ url = https://p7.planet-casio.com/
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 7651d63fa2a7..a5f6787bccbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.0
pkgrel=3
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
-url="https://p7.planet-casio.fr/"
+url="https://p7.planet-casio.com/"
license=('GPL2')
groups=()
depends=('libusb>=1.0' 'libp7>=2.0')