Skip to content

Commit

Permalink
chore(packaging: arch, ubuntu): update version to 1.4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 1, 2018
1 parent 14660a5 commit 7fd688c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions maintenance_scripts/set_package_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -u

NEW_VERSION=$1

sed -i -e "s/^Version: .*/Version: ${NEW_VERSION}-1~actionless~zesty/" packaging/ubuntu/control
sed -i -e "s/^pkgver=.*/pkgver=${NEW_VERSION}/" packaging/arch/PKGBUILD
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Upstream URL: https://github.com/actionless/oomox

pkgname=oomox-git
pkgver=1.4.5
pkgver=1.4.5.1
pkgrel=1
pkgdesc="Graphical application for generating different color variations
of Numix and Materia (ex-Flat-Plat) themes (GTK2, GTK3),
Expand Down
2 changes: 1 addition & 1 deletion packaging/ubuntu/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: oomox
Version: 1.4.5-1~actionless~zesty
Version: 1.4.5.1-1~actionless~zesty
Architecture: all
Maintainer: Yauheni Kirylau <[email protected]>
Depends: python3-gi, libglib2.0-bin, libgdk-pixbuf2.0-dev, libxml2-utils, x11-xserver-utils, gir1.2-gtk-3.0, gir1.2-glib-2.0, gir1.2-pango-1.0, gir1.2-gdkpixbuf-2.0, gtk2-engines, gtk2-engines-murrine, gtk2-engines-pixbuf, bash, bc, sed, grep, parallel, sassc, inkscape, imagemagick, optipng
Expand Down

0 comments on commit 7fd688c

Please sign in to comment.