summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fed462b18fd..e30e57c97bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-baycomp
pkgdesc = Library for Bayesian comparison of classifiers
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/janezd/baycomp
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
index 0896750e0f96..5daaf5e10857 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-pkg
-src
+pkg/
+src/
-*.tar.zst
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index d3e5d632d5a2..b0ad7a49b656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-baycomp
_pkgname="${pkgname#python-}"
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='Library for Bayesian comparison of classifiers'
url='https://github.com/janezd/baycomp'
arch=('any')