summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-12-09 11:10:55 -0700
committerMark Wagie2021-12-09 11:10:55 -0700
commitb39235a2311ef43587255d056b2eee4b0812659e (patch)
tree4dee7e6903aebb74464d46c65a77b55c0d28f508
parent0ee0dfe7880c04c2c2ee9495aa64061b91886669 (diff)
downloadaur-b39235a2311ef43587255d056b2eee4b0812659e.tar.gz
use MediaInfoDLL3.py
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 988fa90c675d..993e33690f9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caja-mediainfo-tab
pkgdesc = View media information from the properties tab
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linux-man/caja-mediainfo-tab
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 17839e26a2cb..c8b2e8970a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Corax <cor dot ax26 at gmail dot com>
pkgname=caja-mediainfo-tab
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="View media information from the properties tab"
arch=('any')
url="https://github.com/linux-man/caja-mediainfo-tab"
@@ -11,11 +11,6 @@ depends=('python-mediainfodll' 'python-caja')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('90363870c2f1c1981b546212553ded2720b284fb7c59a7435a6568003d8b3336')
-prepare() {
- cd "$pkgname-$pkgver"
- sed -i 's/MediaInfoDLL3/MediaInfoDLL/g' "caja-extension/$pkgname.py"
-}
-
package() {
cd "$pkgname-$pkgver"
install -d "$pkgdir/usr/share/caja-python/extensions/$pkgname"