summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShapeShifter4992015-07-23 01:59:29 -0700
committerShapeShifter4992015-07-23 01:59:29 -0700
commit849bacf80dc9c8e34cbef644927276a03ac04076 (patch)
tree4b17a46cb1bf18baea2ae5ce01e11874b0f5fa26
parentd04ce08caf5fe3d076681b42c5ff1b37315463b1 (diff)
downloadaur-849bacf80dc9c8e34cbef644927276a03ac04076.tar.gz
Making sure the package notes who is developer and package maintainer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e47514787d11..ebb7f4c8ce16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = acd_cli-git
- pkgdesc = acd_cli provides a command line interface to Amazon Cloud Drive and allows mounting your cloud drive using FUSE for read access. It is currently in beta stage.
+ pkgdesc = acd_cli provides a command line interface to Amazon Cloud Drive and allows mounting your cloud drive using FUSE for read access. It is currently in beta stage. AUR package by ShapeShifter499 acd_cli project by yadayada
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/yadayada/acd_cli
diff --git a/PKGBUILD b/PKGBUILD
index 120ad6e94fb2..d8527e0b1894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Raansu <gero3977@gmail.com>
+# Maintainer of AUR package: Raansu <gero3977@gmail.com>
+# Maintainer of acd_cli project: yadayada <https://github.com/yadayada>
_pkgname=acd_cli
pkgname=$_pkgname-git
pkgver=0.3.0
@@ -6,7 +7,9 @@ pkgrel=1
pkgdesc="acd_cli provides a command line interface to
Amazon Cloud Drive and allows mounting your cloud drive
using FUSE for read access. It is currently in beta
-stage."
+stage.
+AUR package by ShapeShifter499
+acd_cli project by yadayada"
arch=('any')
url="https://github.com/yadayada/acd_cli"
license=('GPL')