summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMees Luten2020-09-24 11:05:26 +0200
committerMees Luten2020-09-24 11:05:26 +0200
commit8f7a8aedfb90153cec5cc993424baa4d447d75c5 (patch)
tree2172a245af64eec36d80041d569e4cc64c8add1f
parente3b3ec64b8ed7fba7c270f75da9adc1ff39952cd (diff)
downloadaur-8f7a8aedfb90153cec5cc993424baa4d447d75c5.tar.gz
Src update and new decoder added
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7285e1fe1786..28b2f157127f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = x-band-decoders-git
pkgdesc = A project aimed at decoding various X-Band satellites
- pkgver = r23.135216d
+ pkgver = r26.ab66418
pkgrel = 1
- url = https://github.com/MALuten/L-Band-Decoders
+ url = https://github.com/altillimity/X-Band-Decoders
arch = x86_64
license = GPLv3
makedepends = libfec-git
makedepends = libcorrect-git
makedepends = git
- source = x-band-decoders-git::git+https://github.com/MALuten/X-Band-Decoders.git
+ source = x-band-decoders-git::git+https://github.com/altillimity/X-Band-Decoders.git
sha256sums = SKIP
pkgname = x-band-decoders-git
diff --git a/PKGBUILD b/PKGBUILD
index e0a3bc69d91a..bca4c1e2494b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mees Luten <mees [dot] luten [at] gmail [dot] com>
pkgname=x-band-decoders-git
-pkgver=r23.135216d
+pkgver=r26.ab66418
pkgrel=1
pkgdesc="A project aimed at decoding various X-Band satellites"
arch=('x86_64')
-url="https://github.com/MALuten/L-Band-Decoders"
+url="https://github.com/altillimity/X-Band-Decoders"
license=('GPLv3')
depends=()
makedepends=('libfec-git' 'libcorrect-git' 'git')
provides=()
conflicts=()
replaces=()
-source=("$pkgname"::'git+https://github.com/MALuten/X-Band-Decoders.git')
+source=("$pkgname"::'git+https://github.com/altillimity/X-Band-Decoders.git')
sha256sums=("SKIP")
pkgver() {
@@ -39,5 +39,5 @@ package() {
install -Dm755 ELEKTRO-L\ Decoder/ELEKTRO-L-Decoder "${pkgdir}"/usr/bin/ELEKTRO-L-Decoder
install -Dm755 FengYun\ 3D\ Decoder/FY3DDecoder "${pkgdir}"/usr/bin/FY3DDecoder
install -Dm755 FengYun\ MPT\ Decoder/FengYun-MPT-Decoder "${pkgdir}"/usr/bin/FengYun-MPT-Decoder
+ install -Dm755 FengYun\ MERSI-2\ Decoder/FengYun-MERSI-2-Decoder "${pkgdir}"/usr/bin/FengYun-MERSI-2-Decoder
}
-