summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-23 11:11:48 +0200
committerMichal Wojdyla2024-04-23 11:11:48 +0200
commitdcd112bd385d39ba8a2bca7a71ea79f2f40da542 (patch)
tree1f9a0d93528a9829b1875045669b9f3e6cd99cd3
parent4f59c690f9faf57edea288ff33015ab2711a33cd (diff)
downloadaur-dreampie.tar.gz
spdx license identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 944d299e728e..62a3f33b777d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = dreampie
pkgdesc = A Python shell which is designed to be reliable and fun.
pkgver = 1.3.0.20220116
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/noamraph/dreampie
arch = any
- license = GPL
+ license = GPL-3.0-or-later
depends = pygtksourceview2
optdepends = python2-matplotlib: for interactive plotting
source = dreampie-1.3.0.20220116.zip::https://github.com/noamraph/dreampie/archive/f615e9c63380d5987a820025fbb9dfe28ab96897.zip
diff --git a/PKGBUILD b/PKGBUILD
index d1e9a41e6cd3..04a45ed23199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
+# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Kyle Keen <keenerd@gmail.com>
# transition pkgbuild while figuring out python2/python3 versions
@@ -6,11 +6,11 @@
pkgname=dreampie
pkgver=1.3.0.20220116
_commit=f615e9c63380d5987a820025fbb9dfe28ab96897
-pkgrel=1
+pkgrel=2
pkgdesc="A Python shell which is designed to be reliable and fun."
arch=('any')
url="https://github.com/noamraph/dreampie"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('pygtksourceview2')
optdepends=('python2-matplotlib: for interactive plotting')
source=($pkgname-$pkgver.zip::https://github.com/noamraph/dreampie/archive/$_commit.zip)