Skip to content

Commit

Permalink
Bump to release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchih committed Oct 1, 2017
1 parent 422f34c commit 17d6cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Maintainer: Yunchih Chen <[email protected]>
modulename=resrc
pkgname="python-${modulename}"
pkgver=1.1
pkgrel=1
pkgver=1.2
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=('6f324bfe619b5177d00aea3d676a6773')
md5sums=('2e3849e05d54cd7e72726ac807a65067')
package() {
cd "${srcdir}/${modulename}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1
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.1
VERSION=1.2
PKG_NAME=resrc
FILES=("bin" "examples" "resrc" "setup.py" "README.md")
BASE="$(dirname "$0")"
Expand Down

0 comments on commit 17d6cfd

Please sign in to comment.