summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e00cca5593..ab758d187f31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-caja-icons-py2
pkgdesc = A Caja extension to overlay icons on files in git repositories, Python 2 version
- pkgver = 1.1.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/chrisjbillington/git_nautilus_icons
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = git-caja-icons-py2
depends = python2-caja
provides = git-caja-icons-py2
conflicts = git-caja-icons-py2
- source = https://files.pythonhosted.org/packages/source/g/git_caja_icons/git_caja_icons-1.1.1.tar.gz
- sha512sums = 3d3856447edc1fd20dddbb75cafe18aa1eda06fa491ea7b520b425cedcb5fccdf1f6e2322b51214d817492b667e2204fed6a88c5a952b258478fbb7bed7d7f79
+ source = https://files.pythonhosted.org/packages/source/g/git_caja_icons/git_caja_icons-1.1.3.tar.gz
+ sha512sums = fa15b2aae0cc6f7378b3c6c34e024f41ec49bb554f6711db29113d7f051f323ab3eedfd089bdad0a009f057c5ff11bf08184153dce727f4589b1de5b13f378db
pkgname = git-caja-icons-py2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..69d2d8070459
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg
+src
+*.tar.gz
+*.pkg.tar.xz
+*.pkg.tar.zst \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 128e4ed4bd4e..2bd9acf3b11c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Billington <chrisjbillington@gmail.com>
pkgname=('git-caja-icons-py2')
_pypi_name=('git_caja_icons')
-pkgver=1.1.1
+pkgver=1.1.3
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/chrisjbillington/git_nautilus_icons"
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
provides=('git-caja-icons-py2')
conflicts=('git-caja-icons-py2')
source=("https://files.pythonhosted.org/packages/source/${_pypi_name::1}/$_pypi_name/$_pypi_name-$pkgver.tar.gz")
-sha512sums=('3d3856447edc1fd20dddbb75cafe18aa1eda06fa491ea7b520b425cedcb5fccdf1f6e2322b51214d817492b667e2204fed6a88c5a952b258478fbb7bed7d7f79')
+sha512sums=('fa15b2aae0cc6f7378b3c6c34e024f41ec49bb554f6711db29113d7f051f323ab3eedfd089bdad0a009f057c5ff11bf08184153dce727f4589b1de5b13f378db')
build() {
cd "${srcdir}/${_pypi_name}-${pkgver}"