diff options
author | Cleber Matheus | 2022-04-20 15:38:26 -0300 |
---|---|---|
committer | Cleber Matheus | 2022-04-20 15:38:26 -0300 |
commit | 894a21b3811d3415005cc48f055ff781cd987ade (patch) | |
tree | 9dbcb406f4910e0dc31fd488fb05654e7776965c /PKGBUILD | |
parent | 78de320eb696453bd2a4fe4ba1b44914b7e71e37 (diff) | |
download | aur-894a21b3811d3415005cc48f055ff781cd987ade.tar.gz |
Updated to commit f248aa9
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ _pkgname=blivet-gui pkgname=$_pkgname-git -pkgver=1422729 +pkgver=f248aa9 pkgrel=1 pkgdesc='GUI tool for storage configuration' arch=('any') @@ -18,4 +18,3 @@ package() { install -D -m0644 blivet-gui.desktop "${pkgdir}/usr/share/applications/blivet-gui.desktop" install -D -m0644 org.fedoraproject.pkexec.blivet-gui.policy "${pkgdir}/usr/share/polkit-1/actions/org.fedoraproject.pkexec.blivet-gui.policy" } -sha256sums=('SKIP') |