summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRewoundVHS2018-10-25 21:47:59 -0400
committerRewoundVHS2018-10-25 21:47:59 -0400
commit3925b85aedfcac6cf86bb2ac975a31fef6897014 (patch)
treea09630db4314042ff4167815e6dbf4f649677c2f
parent983e83d57db81485816de20526cdf62e760ba1d0 (diff)
downloadaur-3925b85aedfcac6cf86bb2ac975a31fef6897014.tar.gz
Add license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15962a178555..2774fede234a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = py-todo
pkgdesc = A Lightweight Reminder / todo-list in cli.
- pkgver = 1.0
- pkgrel = 0
+ pkgver = 1.1
+ pkgrel = 1
url = https://github.com/aesophor/py-todo
arch = any
license = MIT
makedepends = git
source = git+https://github.com/aesophor/py-todo.git
+ sha256sums = SKIP
pkgname = py-todo
diff --git a/PKGBUILD b/PKGBUILD
index 07bc98cf54a3..478ba823218a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=py-todo
_pkgname=todo
_gitname=py-todo
-pkgver=1.0
-pkgrel=0
+pkgver=1.1
+pkgrel=1
pkgdesc='A Lightweight Reminder / todo-list in cli.'
arch=('any')
url="https://github.com/aesophor/py-todo"
@@ -16,5 +16,5 @@ sha256sums=('SKIP')
package() {
install -D -m755 "$_gitname/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
- #install -D -m644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/bin/licenses/$_pkgname/LICENSE"
}