summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-11-23 10:48:09 +0100
committerMatheus2023-11-23 10:48:09 +0100
commit475ca888a94af63c853f605ffd6ae01d6f9e42c9 (patch)
tree9b2aa0a15dfcd1075c1ed69efec57174c71b6bd6
parent9114a4ca8a6e8f616df5ef8872b0ec6b4766a392 (diff)
downloadaur-475ca888a94af63c853f605ffd6ae01d6f9e42c9.tar.gz
Version update
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536a85dc1b6f..b93127b82cfc 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = erpnext
pkgdesc = Free and open source Enterprise Resource Planning (ERP).
pkgver = 15.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frappe/erpnext
install = erpnext.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 584c606d3d37..f44ee6381abc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Maintainer: Matheus <matheusgwdl@protonmail.com>
# Contributor: Matheus <matheusgwdl@protonmail.com>
-readonly _version_frappe="v15.1.0"
+readonly _version_frappe="v15.2.1"
pkgname="erpnext"
pkgver="15.3.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Free and open source Enterprise Resource Planning (ERP)."
arch=("x86_64")
url="https://github.com/frappe/${pkgname}"