summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Roumieux2017-01-14 12:36:19 +0100
committerJules Roumieux2017-01-14 12:36:19 +0100
commit211570c81bdb9b7b740bee35c497347fcbfd545c (patch)
treefad10f5099167cfc4ed8d4dda4d5cc5890a801ba
parentccb72358572dad9e696aaf7cc02af5e6d12e5f48 (diff)
downloadaur-211570c81bdb9b7b740bee35c497347fcbfd545c.tar.gz
Forgot to modify pkgrel and url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c71374a9c70..216c40c51808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libp7
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
diff --git a/PKGBUILD b/PKGBUILD
index 1b05a7efaf8c..94f0b4cb2ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=libp7
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')