summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Javier Araya Navarro2021-01-24 10:45:40 -0600
committerJorge Javier Araya Navarro2021-01-24 10:45:40 -0600
commit3303a867726d58ab7f5b4e623ef0ae3086b13f66 (patch)
treea30d21f870e340f9a5347968c330ad9e5dd270be
parent2f06bf9b1cba0dd9b5bebde77f49128d53220bbc (diff)
downloadaur-3303a867726d58ab7f5b4e623ef0ae3086b13f66.tar.gz
Fix pkgbase name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ee7d9e42aed..9509574e5539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
-pkgbase = castledb-git
+pkgbase = castle
pkgdesc = A structured database and level editor with a local web app to edit it
pkgver = 1.6.0.r81.g14519ad
- pkgrel = 1
+ pkgrel = 2
url = http://castledb.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4bfb3443703a..dac558f77c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Jorge Araya Navarro <jorge@esavara.cr>
pkgname=castledb-git
_pkgname=castle
+pkgbase=${_pkgname}
pkgver=1.6.0.r81.g14519ad
-pkgrel=1
+pkgrel=2
pkgdesc="A structured database and level editor with a local web app to edit it"
arch=('i686' 'x86_64')
url="http://castledb.org/"