summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Lebedev2023-11-12 10:01:19 +0300
committerEugene Lebedev2023-11-12 10:01:19 +0300
commitf073a1a6f790c71ac9921e3bf18b951c61bb470a (patch)
tree5d61a00e85dc9658ae6119e83139c871cddb892c
parent5599d971c18c59dd0c5f0395bd35a562e89d7acb (diff)
downloadaur-f073a1a6f790c71ac9921e3bf18b951c61bb470a.tar.gz
Update to version 1.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26282c5e55f..a44f5c86e263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = laigter-appimage
pkgdesc = Automatic normal/specular/parallax/occlussion map generator for sprites!
- pkgver = 1.10.6
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/azagaya/laigter
arch = x86_64
license = GPL3
depends = zlib
depends = hicolor-icon-theme
+ depends = fuse
provides = laigter
conflicts = laigter
- noextract = laigter-1.10.6-x86_64.AppImage
+ noextract = laigter-1.11.0-x86_64.AppImage
options = !strip
- source = https://github.com/azagaya/laigter/releases/download/1.10.6/laigter-1.10.6-x86_64.AppImage
+ source = https://github.com/azagaya/laigter/releases/download/1.11.0/laigter-x86_64.AppImage
source = https://raw.githubusercontent.com/azagaya/laigter/master/LICENSE
- sha256sums = cab8189c10bf2651ceb82e330901ed5558671da41e95250f183ffe0a5b8da3f1
+ sha256sums = 8cdfef343095eab2f4e4604cc12d8acbee1f9e8a0af730f8754a6aa355d462cd
sha256sums = 5576a91fe9ee4b3ebc0c6e527144449711e497594a93830e2bd7206424910d7b
pkgname = laigter-appimage
-
diff --git a/PKGBUILD b/PKGBUILD
index ecfb2689b9cd..3284494708e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=laigter
pkgname=${_pkgname}-appimage
-pkgver=1.10.6
+pkgver=1.11.0
pkgrel=1
pkgdesc="Automatic normal/specular/parallax/occlussion map generator for sprites!"
arch=('x86_64')
@@ -11,16 +11,16 @@ license=('GPL3')
depends=('zlib' 'hicolor-icon-theme' 'fuse')
provides=('laigter')
conflicts=('laigter')
-source=("https://github.com/azagaya/${_pkgname}/releases/download/$pkgver/${_pkgname}-${pkgver}-${arch}.AppImage"
+source=("https://github.com/azagaya/${_pkgname}/releases/download/$pkgver/${_pkgname}-${arch}.AppImage"
"https://raw.githubusercontent.com/azagaya/${_pkgname}/master/LICENSE"
)
sha256sums=(
- cab8189c10bf2651ceb82e330901ed5558671da41e95250f183ffe0a5b8da3f1
+ 8cdfef343095eab2f4e4604cc12d8acbee1f9e8a0af730f8754a6aa355d462cd
5576a91fe9ee4b3ebc0c6e527144449711e497594a93830e2bd7206424910d7b
)
options=(!strip)
-_appimage="${_pkgname}-${pkgver}-${arch}.AppImage"
+_appimage="${_pkgname}-${arch}.AppImage"
noextract=("${_appimage}")