summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f3b4d4dfc4..1de64b8df373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ntfs
pkgdesc = Python module to manipulate NTFS junctions and hardlinks
pkgver = 0.1.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sunshowers-code/py-ntfs
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8afb336d1a54..758ed878797b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-ntfs
_pkgname=${pkgname/thon-/-}
pkgver=0.1.5
-pkgrel=2
+pkgrel=3
pkgdesc='Python module to manipulate NTFS junctions and hardlinks'
arch=(any)
url="https://github.com/sunshowers-code/$_pkgname"