summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordroserasprout2021-02-10 19:30:07 +0300
committerdroserasprout2021-02-10 19:30:07 +0300
commit26e4fa002fb90394287e97abbdf06b1199654f50 (patch)
treea6ecc091fbd301a76f67eb6d660c619bd9fa3c63 /PKGBUILD
parentf92bdc328202972a48988e4f119bb7aeec7db878 (diff)
downloadaur-pacman-fix-permissions.tar.gz
Bump to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7051d88264fd..31d90b2bc35a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Gorodetskiy <aur@droserasprout.space>
pkgname=pacman-fix-permissions
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Fix broken filesystem permissions"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/droserasprout/${pkgname}"
license=('GPL3')
depends=('python' 'python-zstandard')
source=("https://github.com/droserasprout/pacman-fix-permissions/releases/download/v$pkgver/pacman-fix-permissions-$pkgver.tar.gz")
-sha256sums=('2a3eae130ab1450e6313696915114d315400cd6fd276b0c772626112d568f64b')
+sha256sums=('bb698ea57c48b5285b516c96ecde49ab84d3ffd188a5c5d303a7159c24d7e636')
makedepends=('python-setuptools')
package() {