diff options
author | not_anonymous | 2017-05-23 23:30:19 -0600 |
---|---|---|
committer | not_anonymous | 2017-05-23 23:30:19 -0600 |
commit | b713b7c6e8a4a357efaad4e8958fd15092caa449 (patch) | |
tree | e072f99d4fded4cf3b09d0909b4617aee8c42221 | |
parent | 5be8fd17a711898febf3df72812dd316b68ad8ae (diff) | |
download | aur-b713b7c6e8a4a357efaad4e8958fd15092caa449.tar.gz |
Updated
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 9 | ||||
-rw-r--r-- | diff.CMakeLists.txt.src | 6 |
3 files changed, 12 insertions, 11 deletions
@@ -1,7 +1,7 @@ pkgbase = trustedqsl-git pkgdesc = QSO log signing & upload - ARRL's Logbook of The World (LoTW) - GIT version - pkgver = 2.3.1.r0.ge165520 - pkgrel = 1 + pkgver = 2.3.1.r4.g640e7ac + pkgrel = 2 url = http://lotw.arrl.org/ arch = i686 arch = x86_64 @@ -21,11 +21,11 @@ pkgbase = trustedqsl-git source = trustedqsl.desktop md5sums = SKIP md5sums = bbdec5f6ae2d23bb2c74c84df07d2c70 - md5sums = b52832f551af286f208a47154504cfba + md5sums = 26adbe13930454571bf44eabd825e1bc md5sums = 860b305f9cf6db8cc1c14dc88cef34fc sha256sums = SKIP sha256sums = 84eb4f182e90d6996d687952e82c47c2cc7c8fcd95a4290ef7b8c77b4d7b6e4e - sha256sums = 42998a3ace2fe998b1aa7c17be1eedde40a52fd8b1529f93f1bac8f8ca16699a + sha256sums = 733ef5dfa14a8ab480f43856ce184c2730129f48a35b0ef110a6dc06378bfd0e sha256sums = cb638467e305f6f9426a22841dbbb4d656a30f48e4c1c27e87dd82890794c167 pkgname = trustedqsl-git @@ -3,9 +3,10 @@ pkgname=trustedqsl-git _pkgname=trustedqsl __pkgname=tqsl -pkgver=2.3.1.r0.ge165520 +pkgver=2.3.1.r4.g640e7ac +#.r4.g640e7ac #.r0.ge165520 -pkgrel=1 +pkgrel=2 pkgdesc="QSO log signing & upload - ARRL's Logbook of The World (LoTW) - GIT version" arch=('i686' 'x86_64') url="http://lotw.arrl.org/" @@ -64,9 +65,9 @@ package() { } md5sums=('SKIP' 'bbdec5f6ae2d23bb2c74c84df07d2c70' - 'b52832f551af286f208a47154504cfba' + '26adbe13930454571bf44eabd825e1bc' '860b305f9cf6db8cc1c14dc88cef34fc') sha256sums=('SKIP' '84eb4f182e90d6996d687952e82c47c2cc7c8fcd95a4290ef7b8c77b4d7b6e4e' - '42998a3ace2fe998b1aa7c17be1eedde40a52fd8b1529f93f1bac8f8ca16699a' + '733ef5dfa14a8ab480f43856ce184c2730129f48a35b0ef110a6dc06378bfd0e' 'cb638467e305f6f9426a22841dbbb4d656a30f48e4c1c27e87dd82890794c167') diff --git a/diff.CMakeLists.txt.src b/diff.CMakeLists.txt.src index b2150d8fa99f..516631494e42 100644 --- a/diff.CMakeLists.txt.src +++ b/diff.CMakeLists.txt.src @@ -1,5 +1,5 @@ ---- src/CMakeLists.txt 2017-04-17 18:53:22.000000000 -0600 -+++ src/CMakeLists.txt 2017-04-27 14:04:53.415939903 -0600 +--- src/CMakeLists.txt 2017-05-23 18:53:22.000000000 -0600 ++++ src/CMakeLists.txt 2017-05-23 14:04:53.415939903 -0600 @@ -57 +57 @@ --install(TARGETS tqsllib DESTINATION lib$(LIB_SUFFIX)) +-install(TARGETS tqsllib DESTINATION lib${LIB_SUFFIX}) +install(TARGETS tqsllib DESTINATION lib/trustedqsl) |