summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Rindt2017-12-27 10:21:30 +0800
committerJan Rindt2017-12-27 10:21:30 +0800
commit741d3c93f96509714aa0442594308ae51ae49344 (patch)
tree0445be4af57416c2940d7495c46437e288fa2dee
parent031e3ffe00f91b58b871dfaaccf74698c05b8a6c (diff)
downloadaur-741d3c93f96509714aa0442594308ae51ae49344.tar.gz
Cleaning of PKGBUILD according to FabioLolixs recommendation
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD23
2 files changed, 14 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61769ecfd022..04ce54a8697f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,9 +33,12 @@ pkgbase = hybrid-encoder
optdepends = tsmuxer: support for TS container
optdepends = x264: support for H.264 video encoding
optdepends = x265: support for H.265 video encoding
- md5sums = 19b40f94c7cde4697fd7779bc85b84d4
- md5sums = dd87c6eb6df85049de38c61dfe400347
- md5sums = 798dd936a3bc9bcd3b131d5dd6db96e6
+ source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_171225_64bit_binary_qt521.zip
+ source_x86_64 = hybrid.desktop
+ source_x86_64 = Hybrid.png
+ md5sums_x86_64 = 19b40f94c7cde4697fd7779bc85b84d4
+ md5sums_x86_64 = dd87c6eb6df85049de38c61dfe400347
+ md5sums_x86_64 = 798dd936a3bc9bcd3b131d5dd6db96e6
pkgname = hybrid-encoder
diff --git a/PKGBUILD b/PKGBUILD
index 77cb810dd0d2..d39979330a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,14 +33,14 @@ optdepends=('aften: support for AC-3 audio encoding'
'x265: support for H.265 video encoding')
url="http://www.selur.de/"
-if test "$CARCH" == x86_64; then
- source=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
+#if test "$CARCH" == x86_64; then
+source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
hybrid.desktop
Hybrid.png)
- md5sums=('c17225858520370ab56e2e2e62a5e972'
- 'dd87c6eb6df85049de38c61dfe400347'
- '798dd936a3bc9bcd3b131d5dd6db96e6')
-fi
+md5sums_x86_64=('19b40f94c7cde4697fd7779bc85b84d4'
+ 'dd87c6eb6df85049de38c61dfe400347'
+ '798dd936a3bc9bcd3b131d5dd6db96e6')
+#fi
package() {
cd "${srcdir}"
@@ -48,12 +48,5 @@ package() {
install -D -m644 hybrid.desktop "${pkgdir}"/usr/share/applications/hybrid.desktop
install -D -m644 Hybrid.png "${pkgdir}"/usr/share/pixmaps/Hybrid.png
}
-md5sums=('c17225858520370ab56e2e2e62a5e972'
- 'dd87c6eb6df85049de38c61dfe400347'
- '798dd936a3bc9bcd3b131d5dd6db96e6')
-md5sums=('1951611f788fff7b3a0be68df6e863dc'
- 'dd87c6eb6df85049de38c61dfe400347'
- '798dd936a3bc9bcd3b131d5dd6db96e6')
-md5sums=('19b40f94c7cde4697fd7779bc85b84d4'
- 'dd87c6eb6df85049de38c61dfe400347'
- '798dd936a3bc9bcd3b131d5dd6db96e6')
+
+