summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2018-09-15 13:13:26 +0200
committerJens John2018-09-15 13:14:57 +0200
commita90e78044fcb8d731a7b5c1d545d92f56745f8d5 (patch)
treef3e57233212a89c3940c2caf16284550ed63d9ea
parent4fcfda88fabb4ae8170c09941f962c219d413f4d (diff)
downloadaur-a90e78044fcb8d731a7b5c1d545d92f56745f8d5.tar.gz
6714-3: Revert "Work around MONO issue #6752"
This reverts commit 4fcfda88fabb4ae8170c09941f962c219d413f4d. The mono issue was resolved in upstream 5.12.x. As Arch is now on 5.14.x, we can remove the workaround.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--avdump24
3 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c02a1db36d9..05fecbfbcc83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = avdump2-bin
pkgdesc = AniDB video/audio codec identification utility (command line version)
pkgver = 6714
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.anidb.net/w/Avdump2
arch = any
license = UNKNOWN
diff --git a/PKGBUILD b/PKGBUILD
index 3e3639c99cf3..894d17815971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: 2ion
pkgname=avdump2-bin
pkgver=6714
-pkgrel=2
+pkgrel=3
pkgdesc="AniDB video/audio codec identification utility (command line version)"
arch=('any')
url="https://wiki.anidb.net/w/Avdump2"
diff --git a/avdump2 b/avdump2
index 863d1b8b1e0a..bce522f57a39 100644
--- a/avdump2
+++ b/avdump2
@@ -1,7 +1,3 @@
#!/bin/bash
AVDUMP2CL="/opt/avdump2/AVDump2CL.exe"
-# Workaround for https://github.com/mono/mono/issues/6752
-if [[ -n "$TERM" ]]; then
- export TERM=xterm
-fi
exec mono --desktop "$AVDUMP2CL" "$@"