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 e07045c1fce8..92f4eacbbccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/romis2012/httpx-socks
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2498691422cc..b047a19e5815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
url="https://github.com/romis2012/$_pkgname"