summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-02 22:06:00 +0300
committerDimitris Kiziridis2020-09-02 22:06:00 +0300
commita60e6095954d9f5eb059ec8ce85a1cff9020f372 (patch)
treee398ad0a91094f38241f513fbb65529381942e5f
parent1528d06ed58b167e864677f264e34448c8e35173 (diff)
downloadaur-a60e6095954d9f5eb059ec8ce85a1cff9020f372.tar.gz
Update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae1b5ac104a..5d2d3dee5556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = little-brother
pkgdesc = Parental Control Application implemented in Python 3 to monitor and limit kids' play time on Linux hosts
- pkgver = 0.2.1
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/marcus67/little_brother
arch = any
@@ -24,8 +24,8 @@ pkgbase = little-brother
depends = python-psycopg2
depends = postgresql
depends = zenity
- source = little-brother-0.2.1.tar.gz::https://github.com/marcus67/little_brother/archive/0.2.1.tar.gz
- sha256sums = 277e3d33fac94a6319f7b11d9647dddfb5914146c7a567326234c5c427bb40e2
+ source = little-brother-0.3.1.tar.gz::https://github.com/marcus67/little_brother/archive/0.3.1.tar.gz
+ sha256sums = 3aa495ef20e611f319f59c6a792c56f63e4da4b02f5b30db64b35093e650f260
pkgname = little-brother
diff --git a/PKGBUILD b/PKGBUILD
index 3fc556457dc2..191f2e25cd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=little-brother
-pkgver=0.2.1
+pkgver=0.3.1
pkgrel=1
pkgdesc="Parental Control Application implemented in Python 3 to monitor and limit kids' play time on Linux hosts"
arch=('any')
@@ -27,7 +27,7 @@ depends=('python-alembic'
'zenity')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/marcus67/little_brother/archive/${pkgver}.tar.gz")
-sha256sums=('277e3d33fac94a6319f7b11d9647dddfb5914146c7a567326234c5c427bb40e2')
+sha256sums=('3aa495ef20e611f319f59c6a792c56f63e4da4b02f5b30db64b35093e650f260')
prepare() {
cd "little_brother-${pkgver}"