summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-10-24 10:41:13 +0800
committerpingplug2019-10-24 10:41:13 +0800
commitb0722068b136f80f41b17086e52f3dc3db3cc077 (patch)
tree15637fd742e323027af9fcd36278ad9828e7bd22
parent72a4c08c799f8851a037ffe79f58e98bc1833a89 (diff)
downloadaur-b0722068b136f80f41b17086e52f3dc3db3cc077.tar.gz
oops
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e36f4a3470..aea9d414aefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ pkgbase = python-openslide
pkgdesc = A simple interface to read whole-slide images in Python
pkgver = 1.1.1
pkgrel = 2
- url = http://openslide.org
- arch = any
+ url = https://openslide.org
+ arch = x86_64
license = LGPL
makedepends = python-setuptools
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 3c868508655e..dcc65f4835a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgname=('python-openslide' 'python2-openslide')
pkgver=1.1.1
pkgrel=2
pkgdesc="A simple interface to read whole-slide images in Python"
-arch=('any')
-url="http://openslide.org"
+arch=('x86_64')
+url="https://openslide.org"
license=('LGPL')
makedepends=('python-setuptools'
'python2-setuptools')