summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Zimmermann2019-05-09 14:55:16 +0200
committerLukas Zimmermann2019-05-09 14:55:16 +0200
commit502c683137552738257d94e2a1782c917821c80c (patch)
tree590c01ba7da2a6e5e69fcadacd062c6aeff23f51
parent93e345d341229a6343bcfd8afaaa9f1b10682b97 (diff)
downloadaur-502c683137552738257d94e2a1782c917821c80c.tar.gz
Fix: Update pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37728cbc7354..5666cef1e4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-msrest
pkgdesc = The runtime library for AutoRest generated Python clients.
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Azure/msrest-for-python
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index fd30a0c7f577..14d443eabdbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-msrest
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
pkgdesc='The runtime library for AutoRest generated Python clients.'
arch=('any')
url="https://github.com/Azure/msrest-for-python"