summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Rease2022-10-27 12:22:37 -0700
committerMatthew Rease2022-10-27 12:22:37 -0700
commitabbf2fc4269680c1a3064b8c4b20fdeb58263df9 (patch)
tree0382249cf2966b58cbc586302b3658b794c76238
parent35664ff3e2e1fa7118f592e1e0b4942293210902 (diff)
downloadaur-abbf2fc4269680c1a3064b8c4b20fdeb58263df9.tar.gz
AUR Release 2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a315091c2d5..f86b0dbc268f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mash-sh
pkgdesc = A bash/zsh like shell, written in C.
pkgver = 0.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/Magicrafter13/mash
arch = x86_64
arch = aarch64
arch = ppc
license = GPL3
- source = https://gitlab.com/Magicrafter13/mash/-/archive/alpha-aur-1/mash-alpha-aur-1.tar.gz
- sha256sums = 11824bcad25c7e3662b4c198179b02de2247dc0c897bb407eb00443aefc65366
+ source = https://gitlab.com/Magicrafter13/mash/-/archive/alpha-aur-2/mash-alpha-aur-2.tar.gz
+ sha256sums = 0852441a480a6e48b3b97f6c5933f44aa968bf6275b1c838065bc06ab2e3b7e4
pkgname = mash-sh
diff --git a/PKGBUILD b/PKGBUILD
index 322fb94fbcb1..6c5bb2b56af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Matthew Rease <scubaventure101[AT]hotmail[DOT]com>
pkgname=mash-sh
pkgver=0.0
-_pkgver='alpha-aur-1' # temporary - when mash begins using semantic versioning this will be removed
-pkgrel=2
+_pkgver='alpha-aur-2' # temporary - when mash begins using semantic versioning this will be removed
+pkgrel=3
pkgdesc="A bash/zsh like shell, written in C."
arch=('x86_64' 'aarch64' 'ppc')
url="https://gitlab.com/Magicrafter13/mash"
license=('GPL3')
changelog=
source=("https://gitlab.com/Magicrafter13/mash/-/archive/${_pkgver}/mash-${_pkgver}.tar.gz")
-sha256sums=('11824bcad25c7e3662b4c198179b02de2247dc0c897bb407eb00443aefc65366')
+sha256sums=('0852441a480a6e48b3b97f6c5933f44aa968bf6275b1c838065bc06ab2e3b7e4')
build() {
cd "mash-$_pkgver"