summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Carlo Machado2018-01-16 22:27:56 -0200
committerJean Carlo Machado2018-01-16 22:27:56 -0200
commit3c48ad14db69d5e819cf36d7c50480cae9edc450 (patch)
tree4f495e678c9aa88c6f2c93a37d51c56ab3490cb5
parentdc3ebcf06617a76a49d2e4e1007bacf22a97a5bf (diff)
downloadaur-3c48ad14db69d5e819cf36d7c50480cae9edc450.tar.gz
wip
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a88664a8f925..a781f16e7193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = whatnext
+ pkgdesc = Control your recurrent activities in a smart way
pkgver = 0.1
pkgrel = 1
url = https://github.com/jeanCarloMachado/whatnext
@@ -6,6 +7,7 @@ pkgbase = whatnext
license = MIT
depends = python
depends = jq
+ source = https://github.com/jeanCarloMachado/whatnext/archive/master.zip
pkgname = whatnext
diff --git a/PKGBUILD b/PKGBUILD
index 224d6d2c8080..9ea453b7ea44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,9 @@ pkgver=0.1
pkgrel=1
pkgdesc=""
arch=('x86_64')
+pkgdesc="Control your recurrent activities in a smart way"
url="https://github.com/jeanCarloMachado/whatnext"
+source=("https://github.com/jeanCarloMachado/whatnext/archive/master.zip")
license=('MIT')
depends=('python' 'jq')
md5sums=()