summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-02-21 09:47:28 -0700
committernot_anonymous2022-02-21 09:47:28 -0700
commit13bfca91f6f68574ea10bd5d8016dcd848a716bf (patch)
treefa7ea0996a1335e18809b403782136e07a48a2b2
parent05804e1e15b51a7c9732d98f3a4d9f6c1ab4b70b (diff)
downloadaur-13bfca91f6f68574ea10bd5d8016dcd848a716bf.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f456041fb512..2e174cb53a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = flrig-git
pkgdesc = Ham Radio - Xcvr control program - GIT version
- pkgver = 1.3.28.r0.gb05b001
- pkgrel = 1
- url = https://sourceforge.net/p/fldigi/flrig/ci/master/tree/
+ pkgver = 1.4.04.r0.g047aadb
+ pkgrel = 2
+ url = http://www.w1hkj.com/flrig-help/index.html
arch = i686
arch = x86_64
license = GPL
@@ -11,8 +11,9 @@ pkgbase = flrig-git
makedepends = automake
makedepends = pkg-config
depends = fltk
- depends = flxmlrpc
- optdepends = hamradio-menus: XDG compliant menuing
+ depends = flxmlrpc>=1.0.1
+ depends = systemd-libs
+ depends = hamradio-menus
optdepends = fldigi: for digital mode interface
provides = flrig
conflicts = flrig
@@ -21,4 +22,3 @@ pkgbase = flrig-git
sha256sums = SKIP
pkgname = flrig-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 02e4e792110d..aabb87346088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=flrig-git
_pkgname=flrig
__pkgname=fldigi
-pkgver=1.3.28.r0.gb05b001
+pkgver=1.4.04.r0.g047aadb
#.r0.gb05b001
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio - Xcvr control program - GIT version"
arch=('i686' 'x86_64')
-url="https://sourceforge.net/p/fldigi/flrig/ci/master/tree/"
+url="http://www.w1hkj.com/flrig-help/index.html"
license=('GPL')
-depends=('fltk' 'flxmlrpc')
+depends=('fltk' 'flxmlrpc>=1.0.1' 'systemd-libs' 'hamradio-menus')
makedepends=('git' 'autoconf' 'automake' 'pkg-config')
-optdepends=('hamradio-menus: XDG compliant menuing'
- 'fldigi: for digital mode interface')
+optdepends=('fldigi: for digital mode interface')
provides=('flrig')
conflicts=('flrig')
source=("$_pkgname::git://git.code.sf.net/p/$__pkgname/$_pkgname#branch=master")