summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')