summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Pierre Cimalando2022-07-08 15:21:22 +0200
committerJean Pierre Cimalando2022-07-08 15:22:09 +0200
commit0c0ad60bd1385d87dc19b4ad354002d1a277fac8 (patch)
tree61f3419b36bb8eacced5215680ab4a6e5595750a
parent2f71358bd784670f448d5a498277820431582df3 (diff)
downloadaur-0c0ad60bd1385d87dc19b4ad354002d1a277fac8.tar.gz
Update to 1.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba527dae7a5b..e43bd1b35264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-macholib
pkgdesc = Mach-O header analysis and editing
- pkgver = 1.15.2
+ pkgver = 1.16
pkgrel = 1
- url = https://bitbucket.org/ronaldoussoren/macholib/
+ url = https://github.com/ronaldoussoren/macholib
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/c2/c1/09a06315332fc6c46539a1df57195c21ba944517181f85f728559f1d0ecb/macholib-1.15.2.tar.gz
- sha512sums = ae0c3c3a14e15e412ff4ca3bb6a36a94ae3727494ed993fa623ebdcdfd7da2de1e4ef3484bc43aec780ae7bb95a6d32d1b26236813171bfa370029062a616d4f
+ source = https://files.pythonhosted.org/packages/16/1b/85fd523a1d5507e9a5b63e25365e0a26410d5b6ee89082426e6ffff30792/macholib-1.16.tar.gz
+ sha512sums = 5a3b93275726b02a3cc93f272940a98c4543effbcfcfad741a0a5c3d6fde267ae388eabac8b776b37d87180196ad07cfae914a48430dbbd4d71ec157cf7b9766
pkgname = python-macholib
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 44020e62c292..84a1194c5ab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=python-macholib
pkgname=('python-macholib' 'python2-macholib')
-pkgver=1.15.2
+pkgver=1.16
pkgrel=1
pkgdesc="Mach-O header analysis and editing"
arch=('any')
-url="https://bitbucket.org/ronaldoussoren/macholib/"
+url="https://github.com/ronaldoussoren/macholib"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/c2/c1/09a06315332fc6c46539a1df57195c21ba944517181f85f728559f1d0ecb/macholib-$pkgver.tar.gz")
-sha512sums=('ae0c3c3a14e15e412ff4ca3bb6a36a94ae3727494ed993fa623ebdcdfd7da2de1e4ef3484bc43aec780ae7bb95a6d32d1b26236813171bfa370029062a616d4f')
+source=("https://files.pythonhosted.org/packages/16/1b/85fd523a1d5507e9a5b63e25365e0a26410d5b6ee89082426e6ffff30792/macholib-1.16.tar.gz")
+sha512sums=('5a3b93275726b02a3cc93f272940a98c4543effbcfcfad741a0a5c3d6fde267ae388eabac8b776b37d87180196ad07cfae914a48430dbbd4d71ec157cf7b9766')
prepare() {
cd "$srcdir"