summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4adc29c6b4b..4699ba316379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libconcord
pkgdesc = A library for programming Logitech(R) Harmony(TM) remote controls.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
- url = http://www.phildev.net/harmony/index.shtml
+ url = https://github.com/jaymzh/concordance/
arch = i686
arch = x86_64
license = GPL3
+ depends = curl
depends = libusb-compat
depends = libzip
- source = https://github.com/jaymzh/concordance/releases/download/v1.4/concordance-1.4.tar.bz2
- sha256sums = e7484707926393c2b44ae5e21e978a597c0f50e210e13b9e1e8168e1476382c7
+ source = https://github.com/jaymzh/concordance/releases/download/v1.5/concordance-1.5.tar.bz2
+ sha256sums = 6e4ecfc18b91586cc0c58e376a7e23a561cbd7e8756586e62d5d9450e1b42b25
pkgname = libconcord
-
diff --git a/PKGBUILD b/PKGBUILD
index 5a0fd9e4af78..9b3d539a5440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=libconcord
_pkgsrcname=concordance
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc='A library for programming Logitech(R) Harmony(TM) remote controls.'
arch=('i686' 'x86_64')
-url='http://www.phildev.net/harmony/index.shtml'
+url='https://github.com/jaymzh/concordance/'
license=('GPL3')
-depends=('libusb-compat' 'libzip')
+depends=('curl' 'libusb-compat' 'libzip')
source=("https://github.com/jaymzh/$_pkgsrcname/releases/download/v$pkgver/$_pkgsrcname-$pkgver.tar.bz2")
-sha256sums=('e7484707926393c2b44ae5e21e978a597c0f50e210e13b9e1e8168e1476382c7')
+sha256sums=('6e4ecfc18b91586cc0c58e376a7e23a561cbd7e8756586e62d5d9450e1b42b25')
build() {
cd "$srcdir/$_pkgsrcname-$pkgver/libconcord"