summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-05-27 13:21:20 +0200
committera8212022-05-27 13:21:20 +0200
commit95487b20566a461018244d45d871c048c4878377 (patch)
tree85a7141730ded849af9f874ad337fb05e92aac4b
parentbab6f50e5946678356ce24e8faf03e3bca63039b (diff)
downloadaur-95487b20566a461018244d45d871c048c4878377.tar.gz
Version 0.21.2
* Add LICENSE * Update PGP signing key * Remove platform i686 (removed by upstream)
-rw-r--r--.SRCINFO19
-rw-r--r--.gitignore7
-rw-r--r--LICENSE23
-rw-r--r--PKGBUILD23
4 files changed, 48 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863d2d2bcac3..2677aeee9917 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = litecoin-bin
pkgdesc = Peer-to-peer digital currency, official binary release (includes litecoin-qt and litecoind)
- pkgver = 0.18.1
+ pkgver = 0.21.2
pkgrel = 1
url = http://www.litecoin.org/
- arch = i686
arch = x86_64
license = MIT
depends = bzip2
- depends = expat
depends = fontconfig
depends = freetype2
depends = gcc-libs
@@ -16,7 +14,6 @@ pkgbase = litecoin-bin
depends = graphite
depends = harfbuzz
depends = libpng
- depends = libx11
depends = libxau
depends = libxcb
depends = libxdmcp
@@ -27,16 +24,14 @@ pkgbase = litecoin-bin
options = !strip
source = litecoin-bin.desktop
source = litecoin128.png
- validpgpkeys = 59CAF0E96F23F53747945FD4FE3348877809386C
+ source = LICENSE
+ validpgpkeys = D35621D53A1CC6A3456758D03620E9D387E55666
sha256sums = 512d0d7de9be2736e4a2d7bf948d16b61319b2c402c032be7c4d3acc06febe16
sha256sums = fc2fa6b980a34762a8135168a4446887223ae60b24da54253893ff517992ad94
- source_i686 = https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-i686-pc-linux-gnu.tar.gz
- source_i686 = https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-i686-pc-linux-gnu.tar.gz.asc
- sha256sums_i686 = 0a2788d58bd22c3754927e216bf18c64145b9fdc0d709f3f49ba3040b876a066
- sha256sums_i686 = SKIP
- source_x86_64 = https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz
- source_x86_64 = https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz.asc
- sha256sums_x86_64 = ca50936299e2c5a66b954c266dcaaeef9e91b2f5307069b9894048acf3eb5751
+ sha256sums = f3f26c3c29d78523fd80083e8726802be4743f537d3c79adf9a163cb72b08264
+ source_x86_64 = https://download.litecoin.org/litecoin-0.21.2/linux/litecoin-0.21.2-x86_64-linux-gnu.tar.gz
+ source_x86_64 = https://download.litecoin.org/litecoin-0.21.2/linux/litecoin-0.21.2-x86_64-linux-gnu.tar.gz.asc
+ sha256sums_x86_64 = 94a10a217d91d29e97e7a0088bc1545f34b188297c3ce5b87b07e775d8d00b12
sha256sums_x86_64 = SKIP
pkgname = litecoin-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3e68cbe76de3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*
+!/.SRCINFO
+!/.gitignore
+!/PKGBUILD
+!/LICENSE
+!/litecoin128.png
+!/litecoin-bin.desktop
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..14806a68299e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) 2009-2020 The Bitcoin Core developers
+Copyright (c) 2009-2020 Bitcoin Developers
+Copyright (c) 2011-2020 The Litecoin Core developers
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 4fd5a07b9679..7337c09cf182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,27 @@
pkgname=litecoin-bin
-pkgver=0.18.1
+pkgver=0.21.2
pkgrel=1
-arch=(i686 x86_64)
+arch=('x86_64')
url="http://www.litecoin.org/"
license=('MIT')
pkgdesc="Peer-to-peer digital currency, official binary release (includes litecoin-qt and litecoind)"
source=(
litecoin-bin.desktop
litecoin128.png
+ LICENSE
)
-sha256sums=(
- '512d0d7de9be2736e4a2d7bf948d16b61319b2c402c032be7c4d3acc06febe16'
- 'fc2fa6b980a34762a8135168a4446887223ae60b24da54253893ff517992ad94'
-)
-source_i686=("https://download.litecoin.org/litecoin-${pkgver}/linux/litecoin-${pkgver}-i686-pc-linux-gnu.tar.gz"{,.asc})
source_x86_64=("https://download.litecoin.org/litecoin-${pkgver}/linux/litecoin-${pkgver}-x86_64-linux-gnu.tar.gz"{,.asc})
-sha256sums_i686=('0a2788d58bd22c3754927e216bf18c64145b9fdc0d709f3f49ba3040b876a066' 'SKIP')
-sha256sums_x86_64=('ca50936299e2c5a66b954c266dcaaeef9e91b2f5307069b9894048acf3eb5751' 'SKIP')
+sha256sums=('512d0d7de9be2736e4a2d7bf948d16b61319b2c402c032be7c4d3acc06febe16'
+ 'fc2fa6b980a34762a8135168a4446887223ae60b24da54253893ff517992ad94'
+ 'f3f26c3c29d78523fd80083e8726802be4743f537d3c79adf9a163cb72b08264')
+sha256sums_x86_64=('94a10a217d91d29e97e7a0088bc1545f34b188297c3ce5b87b07e775d8d00b12'
+ 'SKIP')
validpgpkeys=(
- '59CAF0E96F23F53747945FD4FE3348877809386C' # Adrian Gallagher (thrasher)
+ 'D35621D53A1CC6A3456758D03620E9D387E55666' # David Burkett
)
options=('!strip')
depends=(
bzip2
- expat
fontconfig
freetype2
gcc-libs
@@ -32,7 +30,6 @@ depends=(
graphite
harfbuzz
libpng
- libx11
libxau
libxcb
libxdmcp
@@ -47,4 +44,6 @@ package() {
install -Dm644 litecoin-$pkgver/share/man/man1/litecoin* -t "$pkgdir/usr/share/man/man1"
install -Dm644 litecoin-bin.desktop "$pkgdir"/usr/share/applications/litecoin-bin.desktop
install -Dm644 litecoin128.png "$pkgdir"/usr/share/pixmaps/litecoin128.png
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
+