diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .nvchecker.toml | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python-milksnake pkgdesc = Distribute dynamic linked libraries in Python wheels pkgver = 0.1.5.r3.gef0723e - pkgrel = 4 + pkgrel = 5 url = https://github.com/getsentry/milksnake arch = any license = Apache diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..d948a805fce2 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-milksnake] +source = "git" +git = "https://github.com/getsentry/milksnake.git" @@ -9,7 +9,7 @@ _pkg="${pkgname#python-}" # milkshake _commit=ef0723e41df23d8f6357570c69c1e69cb31f9e9e pkgver=0.1.5.r3.gef0723e _pkgver="${pkgver%.r*}" -pkgrel=4 +pkgrel=5 pkgdesc="Distribute dynamic linked libraries in Python wheels" arch=('any') url="https://github.com/getsentry/milksnake" |