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 e723443d904c..9b57f5194b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-milksnake
pkgdesc = Distribute dynamic linked libraries in Python wheels
pkgver = 0.1.5.r3.gef0723e
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/getsentry/milksnake
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index c17790af44d2..7e1de8bbcd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkg="${pkgname#python-}" # milkshake
_commit=ef0723e41df23d8f6357570c69c1e69cb31f9e9e
pkgver=0.1.5.r3.gef0723e
_pkgver="${pkgver%.r*}"
-pkgrel=3
+pkgrel=4
pkgdesc="Distribute dynamic linked libraries in Python wheels"
arch=('any')
url="https://github.com/getsentry/milksnake"