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

Commit 8d76bd7

Browse files
committed
Change to version 0.1.1
1 parent e0beacf commit 8d76bd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('antergos-lembrame', 'c',
2-
version: '0.1.0',
2+
version: '0.1.1',
33
meson_version: '>= 0.38.0',
44
)
55

packaging/antergos/PKGBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Maintainer: Alexandre Filgueira <[email protected]
22

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

1515

1616
prepare() {

0 commit comments

Comments
 (0)