summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-03-28 08:59:32 -0700
committerDonald Webster2019-03-28 09:00:18 -0700
commit701ed8f0591f08828b8e5703194d71fe9ce0b0f6 (patch)
tree12748bc236f2d16bf6273e0088345bc663beaec8
parent180a475b87d686a056886ea2931e35132fc1db9c (diff)
downloadaur-701ed8f0591f08828b8e5703194d71fe9ce0b0f6.tar.gz
Update to v3.9.1.
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9467bd04daff..02571382cba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 16 19:34:37 UTC 2018
pkgbase = python-django-rest-framework
pkgdesc = Awesome web-browsable Web APIs
- pkgver = 3.7.7
+ pkgver = 3.9.1
pkgrel = 1
url = https://github.com/tomchristie/django-rest-framework
arch = any
@@ -10,8 +8,8 @@ pkgbase = python-django-rest-framework
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-rest-framework-3.7.7.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.7.7.tar.gz
- sha256sums = 0fc295383004c58f827e9e3e755211415733543cc7e8b7ea0551ee4be60eea4d
+ source = python-django-rest-framework-3.9.1.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.9.1.tar.gz
+ sha256sums = 3075cdbdc023ae37fd3721b64f8a3dbff2349ebfbf66e5ba136e62cf7f2923bb
pkgname = python-django-rest-framework
depends = python-django
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..97484cf0bb87
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/*.xz
+/*.gz
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index ac714828ab06..3b4d81e2dd0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Hanna <simhnna AT google email>
pkgname=('python-django-rest-framework' 'python2-django-rest-framework')
-pkgver=3.7.7
+pkgver=3.9.1
pkgrel=1
pkgdesc="Awesome web-browsable Web APIs"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/tomchristie/django-rest-framework"
license=('MIT')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
-sha256sums=('0fc295383004c58f827e9e3e755211415733543cc7e8b7ea0551ee4be60eea4d')
+sha256sums=('3075cdbdc023ae37fd3721b64f8a3dbff2349ebfbf66e5ba136e62cf7f2923bb')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {