summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2f3fb3a9f79..317848124e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pagure
pkgdesc = A git-centered forge based on python using pygit2
pkgver = 5.13.3
- pkgrel = 0.3
+ pkgrel = 0.4
url = https://pagure.io/pagure
arch = any
- license = GPL2
+ license = GPL-2.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 58580234582d..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*
-!./.SRCINFO
-!./.gitignore
-!./PKGBUILD
-!./pagure-mariadb.install
-!./pagure-postgresql.install
-!./pagure-sqlite.install
diff --git a/PKGBUILD b/PKGBUILD
index 6fc7aeb19ee9..0ba6ea144d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
pkgbase=pagure
pkgname=("$pkgbase" "$pkgbase-apache" "$pkgbase-mariadb" "$pkgbase-postgresql" "$pkgbase-sqlite")
pkgver=5.13.3
-pkgrel=0.3
+pkgrel=0.4
pkgdesc='A git-centered forge based on python using pygit2'
arch=(any)
url="https://pagure.io/$pkgbase"
-license=("GPL2")
+license=(GPL-2.0-only)
_pydeps=(alembic
arrow
bcrypt