diff options
author | Solomon Choina | 2021-02-20 23:17:07 -0500 |
---|---|---|
committer | Solomon Choina | 2021-02-20 23:17:07 -0500 |
commit | 4bd8dd1b19cff5e78ad9f01e2e16c4ee61c78d63 (patch) | |
tree | 293db91e8e52fe436ccd27be839af645333b35e8 | |
parent | d654f6a45ecbc785c1df509565626c5f8df70385 (diff) | |
download | aur-4bd8dd1b19cff5e78ad9f01e2e16c4ee61c78d63.tar.gz |
fixing granite depends i think
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = switchboard-plug-datetime-git pkgdesc = Switchboard Date & Time Plug - pkgver = 2.1.9.r15.g3467949 + pkgver = 2.1.9.r58.g84b004c pkgrel = 1 url = https://github.com/elementary/switchboard-plug-datetime arch = x86_64 groups = pantheon-unstable license = GPL3 makedepends = git - makedepends = granite + makedepends = granite-git makedepends = meson makedepends = switchboard makedepends = vala @@ -25,4 +25,3 @@ pkgbase = switchboard-plug-datetime-git sha256sums = SKIP pkgname = switchboard-plug-datetime-git - @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <alucryd@archlinux.org> pkgname=switchboard-plug-datetime-git -pkgver=2.1.9.r15.g3467949 +pkgver=2.1.9.r58.g84b004c pkgrel=1 pkgdesc='Switchboard Date & Time Plug' arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3') groups=('pantheon-unstable') depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'libgranite.so' 'libswitchboard-2.0.so') -makedepends=('git' 'granite' 'meson' 'switchboard' 'vala') +makedepends=('git' 'granite-git' 'meson' 'switchboard' 'vala') provides=('switchboard-plug-datetime') conflicts=('switchboard-plug-datetime') source=('git+https://github.com/elementary/switchboard-plug-datetime.git') |