summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Scalabrino2020-08-23 16:42:35 +0200
committerSimone Scalabrino2020-08-23 16:42:35 +0200
commitffb0af13ef9367641d7c55bec0ca5105d292b706 (patch)
tree0780205e95ceced9d48aac0ce520102bcba6aee2
parentd5304275043d7e8922abef86f37919f1cc13c657 (diff)
downloadaur-ffb0af13ef9367641d7c55bec0ca5105d292b706.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 d07b9a30234f..52b9ffef2ede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = silo-todoist
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 20cc30a5f213..60c23c6facac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-PACKAGER='Simone Scalabrino <s.scalabrino9@gmail.com>'
+# Maintainer: Simone Scalabrino <s.scalabrino9@gmail.com>
_appname="todoist"
_appdesc="Standalone silo app for Todoist (TODO manager)"
_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() {