Skip to content

Commit

Permalink
Bump to release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchih committed Oct 3, 2017
1 parent a1df421 commit 19fcb52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Maintainer: Yunchih Chen <[email protected]>
modulename=resrc
pkgname="python-${modulename}"
pkgver=1.2
pkgver=1.3
pkgdesc="Systemd-logind resource hook"
arch=('any')
url="https://github.com/yunchih/systemd-logind-hook"
license=('MIT')
depends=('pacman' 'python>=3.3' 'python-dbus' 'python-yaml')
source=("https://github.com/yunchih/resrc/releases/download/v${pkgver}/${modulename}-${pkgver}.tar.gz")
md5sums=('2e3849e05d54cd7e72726ac807a65067')
md5sums=('10f515c3b67858b1c2a617105fb9898d')
package() {
cd "${srcdir}/${modulename}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1
Expand Down
2 changes: 1 addition & 1 deletion bin/resrctl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from resrc.systemd import UsersResourceManager

CONFIG_FILE = "logind-hook.conf"
DESCRIPTION = "Limit total system resources available to a user within all her sessions."
VERSION = 1.1
VERSION = 1.3
EXAMPLE_USAGE = """
Note:
Please see `man systemd.cgroups(5)` for a list of available resource types.
Expand Down
2 changes: 1 addition & 1 deletion make-src-pkg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=1.2
VERSION=1.3
PKG_NAME=resrc
FILES=("bin" "examples" "resrc" "setup.py" "README.md")
BASE="$(dirname "$0")"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

setup(name='resrc',
version='1.1',
version='1.3',
description='Limit total system resources available to a user within all her sessions.',
url='http://github.com/yunchih/logind-hook',
author='Yunchih Chen',
Expand Down

0 comments on commit 19fcb52

Please sign in to comment.