summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Scalabrino2020-08-23 16:35:03 +0200
committerSimone Scalabrino2020-08-23 16:35:03 +0200
commit863dda8f42d5501aedb15e026e688ba0a6c73b4c (patch)
tree2bc1f20c63be59fb0d4e6b91498bc8adcadfabb7
parent75eb19ff63cf6ef2a3e6019b0c379d26534147d1 (diff)
downloadaur-863dda8f42d5501aedb15e026e688ba0a6c73b4c.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 4c720dfa520f..156618474d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = silo-wikipedia
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 6e5c00cd43fe..7844873352af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-PACKAGER='Simone Scalabrino <s.scalabrino9@gmail.com>'
+# Maintainer: Simone Scalabrino <s.scalabrino9@gmail.com>
_appname="wikipedia"
_appdesc="Standalone silo app for Wikipedia"
_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() {