summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Scalabrino2020-08-23 16:32:35 +0200
committerSimone Scalabrino2020-08-23 16:32:35 +0200
commit84fc4cb6661b4d87ba3bca243052e5285ed47af1 (patch)
tree8d50bb5e4845a4e8e24b2090f6b9d8c530d3a0fe
parent37a591d1a0be3008b296fcd4b1e8369fba03b2e0 (diff)
downloadaur-84fc4cb6661b4d87ba3bca243052e5285ed47af1.tar.gz
Version 0.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac22661cd706..1d9098344fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = silo-gsuite
url = https://github.com/intersimone999/silos-apps
arch = i686
arch = x86_64
- license = GPLv3
+ license = GPL3
makedepends = git
depends = silos
source = git+https://github.com/intersimone999/silos-apps.git
diff --git a/PKGBUILD b/PKGBUILD
index 6978c76b6c28..caa8dd2ab551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-PACKAGER='Simone Scalabrino <s.scalabrino9@gmail.com>'
+# Maintainer: Simone Scalabrino <s.scalabrino9@gmail.com>
_appname="gsuite"
_appdesc="Standalone silo apps for the Google office suite (Drive, Documents and Sheets)"
_gittag="0.1"
@@ -10,10 +10,10 @@ pkgrel=1
pkgdesc="${_appdesc}"
arch=('i686' 'x86_64')
url="https://github.com/intersimone999/${_gitname}"
-license=('GPLv3')
+license=('GPL3')
depends=('silos')
makedepends=('git')
-source=("git+${url}.git")
+source=("git+$url.git")
sha256sums=('SKIP')
package() {