Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Change to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
faidoc committed Aug 11, 2018
1 parent e0beacf commit 8d76bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('antergos-lembrame', 'c',
version: '0.1.0',
version: '0.1.1',
meson_version: '>= 0.38.0',
)

Expand Down
6 changes: 3 additions & 3 deletions packaging/antergos/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Alexandre Filgueira <[email protected]

pkgname=lembrame
pkgver=0.1.0
pkgver=0.1.1
pkgrel=1
pkgdesc="A tool to synchronize your Gnome Settings to be later used in an Antergos installation"
url="https://www.antergos.com/"
arch=(x86_64)
license=(GPL)
depends=(gjs gtk3 python python-libnacl pacman dconf)
depends=(gjs gtk3 python python-libnacl pacman dconf gtk-update-icon-cache)
makedepends=(gobject-introspection meson)
source=("https://github.com/Antergos/lembrame/archive/v${pkgver}.tar.gz")
sha256sums=('f1c7e57f9ec59d0a6527f01a1f93e6ecf2811372c0b2e0df54e478152bdddf9a')
sha256sums=('95b32b7daca8d53adda9f7f2f952a54e64dd7933dd9b3819d302eb4746086e58')


prepare() {
Expand Down

0 comments on commit 8d76bd7

Please sign in to comment.