summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Gerritse2020-04-15 17:21:42 +0200
committerJohn Gerritse2020-04-15 17:21:42 +0200
commit2110385a3caf5e15808dfe52b07ba31676add677 (patch)
tree33489b91c1b4316363a7be0f2b97474783773d7b /PKGBUILD
parenta7b582ca4a1d549c20e39a4f0831b7c24d998010 (diff)
downloadaur-2110385a3caf5e15808dfe52b07ba31676add677.tar.gz
Fixed maintainer header and put any between quotes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d85ec5ebd26..5aef876c38bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: John Gerritse <tyrannis.hawk@gmail.com>
+# Maintainer: John Gerritse <tyrannis dot hawk at gmail dot com>
_gemname=video_transcoding
pkgname=ruby-$_gemname
pkgver=0.25.2
-pkgrel=1
+pkgrel=2
pkgdesc='Tools to transcode, inspect and convert videos.'
-arch=(any)
+arch=('any')
url='https://github.com/donmelton/video_transcoding'
license=(Ruby)
makedepends=('ruby-rdoc')