summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-09-06 16:05:32 +0200
committerChristopher Reimer2015-09-06 16:05:32 +0200
commit8bfa81145a45f5d4f4cc974817ef185189aa13f8 (patch)
tree0cd8ffa98d39ab30d6f31baaece1babe23edc809
downloadaur-8bfa81145a45f5d4f4cc974817ef185189aa13f8.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/d3b650c3d546c96a179c48bcc0b5f39a263db611)
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..82efcf52bd53
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = vdr-api
+ pkgdesc = Dummy package to fix dependency resolution with AUR helpers
+ pkgver = 2.2.0
+ pkgrel = 1
+ url = https://github.com/vdr4arch
+ arch = any
+ license = GPL2
+ depends = vdr=2.2.0
+
+pkgname = vdr-api
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e3bc7f701d4f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,11 @@
+# This PKGBUILD is part of the VDR4Arch project [https://github.com/vdr4arch]
+
+# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
+pkgname=vdr-api
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Dummy package to fix dependency resolution with AUR helpers"
+url="https://github.com/vdr4arch"
+arch=('any')
+license=('GPL2')
+depends=("vdr=2.2.0") \ No newline at end of file