summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-04-16 20:45:02 +0200
committerMaxime Gauduin2016-04-16 20:45:02 +0200
commite0030a5e155d2942c4c9eb69e8f91384842d5b65 (patch)
tree8a0479be19f8883b2c3700ca9d8236112ba215b0
parenta2a4ff0ccee509984ff9e01f3ac8522bfc03fbbb (diff)
downloadaur-e0030a5e155d2942c4c9eb69e8f91384842d5b65.tar.gz
Add MKPKG
-rw-r--r--.SRCINFO2
-rw-r--r--MKPKG5
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f619794206..ec59200d2164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 19:45:01 UTC 2016
+# Sat Apr 16 18:45:02 UTC 2016
pkgbase = emby-server-beta-git
pkgdesc = Bring together your videos, music, photos, and live television
pkgver = 3.0.5934
diff --git a/MKPKG b/MKPKG
new file mode 100644
index 000000000000..3dcec123543c
--- /dev/null
+++ b/MKPKG
@@ -0,0 +1,5 @@
+pkgname=('emby-server-beta-git')
+
+check_git $packagedir/$pkgname/${pkgname%-*}
+
+# vim: ts=2 sw=2 et: