summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216c40c51808..1efe6e9cdc6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libp7
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 2.0
- pkgrel = 3
+ pkgrel = 4
url = https://p7.planet-casio.com
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libp7
makedepends = binutils>=2.25
depends = libusb>=1.0
source = https://p7.planet-casio.com/pub/libp7-2.0.tar.gz
- md5sums = e17e017f4728ec09efce0f67d08537c4
+ md5sums = 6d17eea93d338e81be9a7ed1f79e9f14
pkgname = libp7
diff --git a/PKGBUILD b/PKGBUILD
index 94f0b4cb2ab3..fb2461d6d8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
pkgname=libp7
pkgver=2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.planet-casio.com"
@@ -19,7 +19,7 @@ install=
changelog=
source=(https://p7.planet-casio.com/pub/${pkgname}-${pkgver}.tar.gz)
noextract=()
-md5sums=('e17e017f4728ec09efce0f67d08537c4')
+md5sums=('6d17eea93d338e81be9a7ed1f79e9f14')
build() {
cd "$pkgname-$pkgver"