summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2018-04-18 15:50:25 -0600
committernot_anonymous2018-04-18 15:50:25 -0600
commita1047ca3823469e718ab329dda755376906244f5 (patch)
tree6957ac80166d47088b67ce8d445e33c1b3ee4baf
parent8ef80fafe2d0e83fd7f090839df31a540b1b411a (diff)
downloadaur-a1047ca3823469e718ab329dda755376906244f5.tar.gz
Update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b8dd9bf681..86e7ce934d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,30 @@
pkgbase = editcp
pkgdesc = TYT MD380/390, Retivis RT3, & Alinco DJ-MD40 CPS (Ham/Amateur Radio)
- pkgver = 0.11.0
- pkgrel = 2
+ pkgver = 0.11.2
+ pkgrel = 1
url = https://www.farnsworth.org/dale/codeplug/editcp/
install = editcp.install
arch = x86_64
license = GPL3
depends = qt5ct
+ depends = qt5-multimedia
+ depends = qt5-location
+ depends = qt5-tools
+ depends = gtk3
depends = libmariadbclient
+ depends = postgresql-libs
depends = hamradio-menus
- source = https://www.farnsworth.org/dale/codeplug/editcp/downloads/linux/editcp-0.11.0.tar.xz
+ source = https://www.farnsworth.org/dale/codeplug/editcp/downloads/linux/editcp-0.11.2.tar.xz
source = https://github.com/DaleFarnsworth/codeplug/raw/master/editcp/logo/editcp_32x32_01.png
source = diff.editcp.sh
source = editcp.1
source = editcp.desktop
- md5sums = 25c05bc4ca66eeccd065d83e3b04aa74
+ md5sums = 3b9f8a0e81fa762b36f4292ca942e393
md5sums = d8563d34bd6be7d13a9137f8f80b86e2
md5sums = 188b84c0e898c1676d0c68f477bf3a38
md5sums = 6c9b1f8f43dedb505699b4648cc558a5
md5sums = 1cb585e3e2a4f1f6fc7a2fcb139bc6d4
- sha256sums = fed1ad40aabf69aa04c6f2411994c28c4863bf2a07b959aaec1a78c9b8916577
+ sha256sums = 77c203194d7bdc40b8fdaee16f72a2301e361575cb5c53fe55343f879eb79b14
sha256sums = f219b7708dc3d749b174cba8a0e5a466b7086ae36dd296050b1bb48fcce10107
sha256sums = 67a26f228506aca303cf1170a7612d9c18d7713ec88cc48f4653c9748227fc34
sha256sums = 9822a5e7f7fc179c6a1b98f5886797d91dd0d0d82e465a0a812e445539e9f2f4
diff --git a/PKGBUILD b/PKGBUILD
index 40031bd06ceb..304c205c2791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
pkgname=editcp
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.2
+pkgrel=1
pkgdesc="TYT MD380/390, Retivis RT3, & Alinco DJ-MD40 CPS (Ham/Amateur Radio)"
arch=('x86_64')
url="https://www.farnsworth.org/dale/codeplug/editcp/"
license=('GPL3')
-depends=('qt5ct' 'libmariadbclient' 'hamradio-menus')
+depends=('qt5ct' 'qt5-multimedia' 'qt5-location' 'qt5-tools' 'gtk3'\
+ 'libmariadbclient' 'postgresql-libs' 'hamradio-menus')
install=editcp.install
source=(https://www.farnsworth.org/dale/codeplug/editcp/downloads/\
linux/$pkgname-$pkgver.tar.xz
@@ -37,12 +38,12 @@ package() {
install -D -m 644 ../$pkgname.desktop \
$pkgdir/usr/share/applications/.
}
-md5sums=('25c05bc4ca66eeccd065d83e3b04aa74'
+md5sums=('3b9f8a0e81fa762b36f4292ca942e393'
'd8563d34bd6be7d13a9137f8f80b86e2'
'188b84c0e898c1676d0c68f477bf3a38'
'6c9b1f8f43dedb505699b4648cc558a5'
'1cb585e3e2a4f1f6fc7a2fcb139bc6d4')
-sha256sums=('fed1ad40aabf69aa04c6f2411994c28c4863bf2a07b959aaec1a78c9b8916577'
+sha256sums=('77c203194d7bdc40b8fdaee16f72a2301e361575cb5c53fe55343f879eb79b14'
'f219b7708dc3d749b174cba8a0e5a466b7086ae36dd296050b1bb48fcce10107'
'67a26f228506aca303cf1170a7612d9c18d7713ec88cc48f4653c9748227fc34'
'9822a5e7f7fc179c6a1b98f5886797d91dd0d0d82e465a0a812e445539e9f2f4'