summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2021-05-28 12:07:28 -0700
committerThatOneCalculator2021-05-28 12:07:28 -0700
commitc855d3b56be1a2dcc9b14468586c75890c31012f (patch)
tree34bcde72ae2c442d19097bd24501b4e1cec5ac3a
parentab450d452ffb9d96a08d6c0bf456248a528d8962 (diff)
downloadaur-c855d3b56be1a2dcc9b14468586c75890c31012f.tar.gz
1.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba475128e36c..cf082a58d70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = among-us-dumpy-gif-maker
pkgdesc = A tool that lets you make Among Us Dumpy GIFs
- pkgver = 1.5.1
- pkgrel = 2
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
arch = x86_64
license = GPL
depends = jre-openjdk
- depends = imagemagick
- noextract = Among-Us-Dumpy-Gif-Maker-1.5.1-all.jar
+ noextract = Among-Us-Dumpy-Gif-Maker-1.6.0-all.jar
noextract = among-us-dumpy-gif-maker
- source_x86_64 = Among-Us-Dumpy-Gif-Maker-1.5.1-all.jar::https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v1.5.1/Among-Us-Dumpy-Gif-Maker-1.5.1-all.jar
+ source_x86_64 = Among-Us-Dumpy-Gif-Maker-1.6.0-all.jar::https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v1.6.0/Among-Us-Dumpy-Gif-Maker-1.6.0-all.jar
source_x86_64 = among-us-dumpy-gif-maker::https://raw.githubusercontent.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/main/among-us-dumpy-gif-maker
sha256sums_x86_64 = SKIP
sha256sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f9cedfb2b8a3..95b06091ce54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
_pkgname="among-us-dumpy-gif-maker"
-_pkgver="1.5.1"
+_pkgver="1.6.0"
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
pkgname="${_pkgname}"
pkgver="${_pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc="A tool that lets you make Among Us Dumpy GIFs"
arch=("x86_64")
url="https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker"
license=("GPL")
-depends=("jre-openjdk" "imagemagick")
+depends=("jre-openjdk")
source_x86_64=("${_jar}::https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v${_pkgver}/${_jar}" "${_pkgname}::https://raw.githubusercontent.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/main/among-us-dumpy-gif-maker")
noextract=("${_jar}" "${_pkgname}")
sha256sums_x86_64=("SKIP" "SKIP")