summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2019-05-02 14:58:54 +0200
committerLW-archlinux2019-05-02 14:58:54 +0200
commitf6f7cccef5199a286cdf9950f949c4bb3c97e79e (patch)
treeac6bfb89da09b38e0bc1eaac1787392ebb4675e3
downloadaur-f6f7cccef5199a286cdf9950f949c4bb3c97e79e.tar.gz
assign pkgbase to me
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ac2904e2749e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,8 @@
+pkgbase = lone_wolf-llvm-git
+ pkgdesc = placeholder to reserve pkgbase/name for me, will become real package soon
+ pkgver = 1
+ pkgrel = 1
+ arch = x86_64
+
+pkgname = lone_wolf-llvm-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1f0baaeeec6f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,7 @@
+# Maintainer: Lone_Wolf <lonewolf at xs4all dot nl>
+
+pkgname=lone_wolf-llvm-git
+pkgdesc="placeholder to reserve pkgbase/name for me, will become real package soon"
+pkgver=1
+pkgrel=1
+arch=('x86_64')