summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-04-19 12:18:32 +1000
committerRhinoceros2017-04-19 12:18:32 +1000
commitabc1d6f7708782f9d02607b97a8ecc7c9b4db29c (patch)
tree8fdbe92683af3da4089ec881ba3fbe4ad1fc4ae0 /PKGBUILD
parenta297557d7e3052a64860219e14a11a988690551f (diff)
downloadaur-abc1d6f7708782f9d02607b97a8ecc7c9b4db29c.tar.gz
Update to 3.0.2-6
* Post-transaction hooks for gtk-update-icon-cache now provided by pacman 5.0 and gtk-update-icon-cache (I think. The hooks are a bit different.) * hicolor-icon-theme required by gnome-icon-theme, but I'll leave it for now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b20bc9c2aec6..19685a56dfa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,15 @@
pkgname=miro-video-converter
pkgver=3.0.2
-pkgrel=5
+pkgrel=6
pkgdesc='Simple video converter for MP4, WebM (vp8) and Ogg Theora'
url="https://github.com/pculture/${pkgname//-/}3"
license=('GPL3')
arch=('any')
-depends=('python2>=2.7.0' 'ffmpeg' 'hicolor-icon-theme' 'pygtk')
+depends=('python2>=2.7.0' 'ffmpeg' 'hicolor-icon-theme' 'pygtk' 'gnome-icon-theme')
makedepends=('python2-distribute')
-install=$pkgname.install
-source=("https://github.com/pculture/${pkgname//-/}3/archive/v$pkgver.tar.gz"
- $pkgname.install)
-sha256sums=('3c564cf88e6264f206b9c0cef136809805412f92e536b5407f5d64c1c4dd9970'
- '3213bd620408c400a904ed989d21be94f8afaa6f3b20981f0fe09fafe29d9678')
+source=("https://github.com/pculture/${pkgname//-/}3/archive/v$pkgver.tar.gz")
+sha256sums=('3c564cf88e6264f206b9c0cef136809805412f92e536b5407f5d64c1c4dd9970')
package() {
cd "${pkgname//-/}3-$pkgver"