summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Weiss2022-01-23 13:40:10 +0100
committerFilip Weiss2022-01-23 13:40:10 +0100
commit40cc39491c2b6810fc85fc7ae4dc99aa7fb4a2c7 (patch)
treec421331d19fec61848c683f7cba0aacac8e0b137
parent1d858b7e52e49d9af7f60daf17e9c20cb9f24c11 (diff)
downloadaur-40cc39491c2b6810fc85fc7ae4dc99aa7fb4a2c7.tar.gz
0.1.4
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 903065c64280..047c8f8e4a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = minepkg
pkgdesc = Manage Minecraft mods with ease.
- pkgver = 0.0.59
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/minepkg/minepkg
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/fiws/minepkg/archive/v0.0.59.tar.gz
- sha256sums = 399742cfd0ad2fabd579ff5404bdfb27e397b4d335e694ba1291620cb8b189b3
+ source = https://github.com/minepkg/minepkg/archive/v0.1.4.tar.gz
+ sha256sums = 3fd60c1e67cc0de675b301694284ee25846e3c9614f9f153ef55710ef812ce33
pkgname = minepkg
-
diff --git a/.gitignore b/.gitignore
index c32b546f7db3..63c94a311bea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-*.tar.gz \ No newline at end of file
+*.tar.gz
+*.tar.zst
+src
+pkg \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 0cdf6dd925b6..b42a0326bd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filip Weiss <minepkg+me@fiws.net>
pkgname=minepkg
-pkgver=0.0.59
+pkgver=0.1.4
pkgrel=1
pkgdesc="Manage Minecraft mods with ease."
arch=('x86_64')
@@ -11,8 +11,8 @@ groups=()
depends=()
makedepends=('go')
optdepends=()
-source=("https://github.com/fiws/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('399742cfd0ad2fabd579ff5404bdfb27e397b4d335e694ba1291620cb8b189b3')
+source=("https://github.com/minepkg/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('3fd60c1e67cc0de675b301694284ee25846e3c9614f9f153ef55710ef812ce33')
build() {
cd "$srcdir/$pkgname-$pkgver"