summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-01-14 12:42:07 +0100
committerJules Roumieux2017-01-14 12:42:07 +0100
commit5513bf52292fe22747bed05d7f23b5fa33b63a39 (patch)
tree1d0df7ff72799af1b9d659855452c21d121275da
parent3a209775446ed42202f5eb980723eac774f83b85 (diff)
downloadaur-5513bf52292fe22747bed05d7f23b5fa33b63a39.tar.gz
Moved to p7.planet-casio.com
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1906148195ab..01b3c5522c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = p7
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 2.0
- pkgrel = 2
- url = https://p7.touhey.fr/
+ pkgrel = 3
+ url = https://p7.planet-casio.fr/
arch = i686
arch = x86_64
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = p7
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 = p7
diff --git a/PKGBUILD b/PKGBUILD
index 8591d609d50d..7651d63fa2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=p7
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.fr/"
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"