summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2021-03-09 15:48:03 +0100
committerManuel Reimer2021-03-09 15:48:03 +0100
commit4e07f344aeeda73f650d45ded05b7c92d0c21196 (patch)
tree87073fd064c4afb2d960eea1ac5040015c2f30d7 /PKGBUILD
parent0d57ac884249b3a4c36d007fe9bc7cdc743f8c7f (diff)
downloadaur-t2scan.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/41741cd6ccb69700ccd0d370f152a2efa9cca63a)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d5b09a5540e..4bf6fb7389cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=t2scan
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="a small channel scan tool which generates DVB-T/T2 channels.conf files"
url="https://github.com/mighty-p/t2scan"
@@ -10,15 +10,8 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('gcc-libs' 'glibc')
#gcc-libs is somehow needed on arm architecture
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mighty-p/t2scan/archive/v$pkgver.tar.gz"
- "$pkgname-gcc10.patch::https://patch-diff.githubusercontent.com/raw/mighty-p/t2scan/pull/12.patch")
-sha256sums=('17820be2bc82bd14af93a38877ddc66e73dcea7440cf640c5dcee3dedbef0cf3'
- '0e0eba4fb8a22a94134007cc6c5ccceafd52a0f2ec6749c03b6919ef21413e9d')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "$srcdir/$pkgname-gcc10.patch"
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mighty-p/t2scan/archive/v$pkgver.tar.gz")
+sha256sums=('44e4b738a2beed8eb964be3d90b6da48c2d1c672d81fd8db8bbda87bcc433fcb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"