summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f851887ad4b0..ea55c884bd12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = p7screen
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 2.0
- pkgrel = 2
- url = https://p7.touhey.fr/
+ pkgrel = 3
+ url = https://p7.planet-casio.com/
arch = i686
arch = x86_64
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = p7screen
makedepends = binutils>=2.25
depends = libusb>=1.0
depends = libp7>=2.0
- source = https://p7.touhey.fr/pub/p7utils-2.0.tar.gz
- md5sums = 66d2407ee3c7f9b79bc11e7b6cd2a726
+ source = https://p7.planet-casio.com/pub/p7utils-2.0.tar.gz
+ md5sums = f33ada2e7ff6c943c3e01bcd61b05cf3
pkgname = p7screen
diff --git a/PKGBUILD b/PKGBUILD
index 6039e2762b9e..de4fcc9729a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7screen
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
-url="https://p7.touhey.fr/"
+url="https://p7.planet-casio.com/"
license=('GPL2')
groups=()
depends=('libusb>=1.0' 'libp7>=2.0')
@@ -17,9 +17,9 @@ backup=()
options=()
install=
changelog=
-source=(https://p7.touhey.fr/pub/p7utils-${pkgver}.tar.gz)
+source=(https://p7.planet-casio.com/pub/p7utils-${pkgver}.tar.gz)
noextract=()
-md5sums=('66d2407ee3c7f9b79bc11e7b6cd2a726')
+md5sums=('f33ada2e7ff6c943c3e01bcd61b05cf3')
build() {
cd "p7utils-$pkgver"