diff options
author | chrisjbillington | 2023-05-08 09:34:17 +1000 |
---|---|---|
committer | chrisjbillington | 2023-05-08 09:34:17 +1000 |
commit | 0d3d910430e197b77303562f20cb68bb41a38341 (patch) | |
tree | a9edde4a6e879839fd19067f5388148e5e903b9f /PKGBUILD | |
parent | 378b0ca2d7f6a967bca63b2c1cbcddb33932b024 (diff) | |
download | aur-git-nautilus-icons.tar.gz |
2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Chris Billington <chrisjbillington@gmail.com> pkgname=('git-nautilus-icons') -pkgver=2.0.3 +pkgver=2.1.0 pkgrel=1 pkgdesc="A Nautilus, Nemo, and Caja extension to overlay icons on files in git repositories" arch=('any') @@ -18,7 +18,7 @@ replaces=("${pkgname}-common" 'git-caja-icons' 'git-nemo-icons') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('838d48f3bde4ef7df5804e5560d00783c7418ac1c9fe1c337b03f3b1cf38a17588cfce12c79e4523ea9f384155ad72513dc2855c4a830c2020c29452df093477') +sha512sums=('369a38db9e7abf38ece6ef1d244d0728320a3bca5790b6a6908859104f0bb3578925dc9227e2d1f728171d259de05ce0c0cbd37bd2804183adc52fabc2ae39d2') build() { cd "${srcdir}/${pkgname}-${pkgver}" |