summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorROllerozxa2022-10-15 16:07:27 +0200
committerROllerozxa2022-10-15 16:07:27 +0200
commit7f988ce9a91ee7d47765a004fd69919569cce145 (patch)
treee62f5534183d304ab3d7fc9be3311c87c3921fa3
parentc572bce7faacc9786091bc9b1c915b4c720cf3ab (diff)
downloadaur-minetest-build-n-buy.tar.gz
Automatic package update from master Git repository
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9927f4811298..9d8115f3f6cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = minetest-build-n-buy
pkgdesc = A game inspired by Minecraft Championship's Build Mart, where you have to replicate mini build and to get the materials for them, you have to go 'shopping'.
- pkgver = 1.2.3
+ pkgver = 2022.08.16
pkgrel = 1
url = https://content.minetest.net/packages/j45/build_n_buy/
arch = any
license = MIT
+ makedepends = unzip
depends = minetest-common
- noextract = build_n_buy-1.2.3.zip
+ noextract = build_n_buy-2022.08.16.zip
options = !strip
- source = build_n_buy-1.2.3.zip::https://content.minetest.net/packages/j45/build_n_buy/releases/10444/download/
- sha256sums = 470dc134d7b68ee3f7d11ddacb256edfe0ae9310ee454f0e25c91831279d8e23
+ source = build_n_buy-2022.08.16.zip::https://content.minetest.net/packages/j45/build_n_buy/releases/13312/download/
+ sha256sums = 5402fb3b20ffc27475a71e99697235677699c2d914f71cab791a880818a324e0
pkgname = minetest-build-n-buy
diff --git a/PKGBUILD b/PKGBUILD
index b1166c5929b0..ffc72830b3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=minetest-build-n-buy
_pkgname=build_n_buy
_pkgauthor=j45
-pkgver=1.2.3
-_cdbrel=10444
+pkgver=2022.08.16
+_cdbrel=13312
pkgrel=1
pkgdesc="A game inspired by Minecraft Championship's Build Mart, where you have to replicate mini build and to get the materials for them, you have to go 'shopping'."
license=("MIT")
-sha256sums=('470dc134d7b68ee3f7d11ddacb256edfe0ae9310ee454f0e25c91831279d8e23')
+sha256sums=('5402fb3b20ffc27475a71e99697235677699c2d914f71cab791a880818a324e0')
arch=("any")
url="https://content.minetest.net/packages/${_pkgauthor}/${_pkgname}/"
depends=("minetest-common")
+makedepends=("unzip")
source=("${_pkgname}-${pkgver}.zip::https://content.minetest.net/packages/${_pkgauthor}/${_pkgname}/releases/${_cdbrel}/download/")
options=(!strip)
noextract=("${_pkgname}-${pkgver}.zip")