summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2024-02-14 13:24:32 +0000
committerAlexandre Pujol2024-02-14 13:24:32 +0000
commit74d2427a800da3f1ae6ae8e2d2e6b91ecd3c1800 (patch)
tree422a24cbbb3c87e0e2eb674f2b28f006fed28a5e
parenta0b35b8e41cf7e616a5f230ba90f83dac35e1f8d (diff)
downloadaur-74d2427a800da3f1ae6ae8e2d2e6b91ecd3c1800.tar.gz
upgpkg: mausoleum 0.9.0-4
fix: forgot updating srcinfo.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d396bd7950..8385adab2654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mausoleum
pkgdesc = A Python GUI application, command line interface, and wrapper for Tomb
- pkgver = 0.8.3
- pkgrel = 3
+ pkgver = 0.9.0
+ pkgrel = 4
url = https://github.com/mandeep/Mausoleum
arch = any
license = GPL3
@@ -14,9 +14,9 @@ pkgbase = mausoleum
provides = mausoleum
provides = mausoleum-gui
conflicts = mausoleum-git
- source = mausoleum-0.8.3.tar.gz::https://github.com/mandeep/Mausoleum/archive/v0.8.3.tar.gz
+ source = mausoleum-0.9.0.tar.gz::https://github.com/mandeep/Mausoleum/archive/v0.9.0.tar.gz
source = mausoleum.desktop
- sha512sums = 23ec29c2393125558da0db9f04bbdf995a46d8166dee8ba6dbe4d66bb669f48c6ce8f40c41db2073897deb5f329fe8c203ac3ba42da8d2aefddb3d5068d53106
+ sha512sums = e997aeccf4e606e822bcf813fa974aa2b09c6f4e78a5d15a801bde3fe640a454cb14f9a22633750fe42913ea98481ef106d86dd9ed4660b90de3cc5bf14566f1
sha512sums = fdb2db16c6e8fa3f86a51198d732e50387ea174384ed5f23d7db35f62c00137c84add144fb2e0305d1ea52ee233f8f9f779ef49778ac97f26410ae1a2a2d8ed3
pkgname = mausoleum
diff --git a/PKGBUILD b/PKGBUILD
index 7b5b6144981d..2d9a5ee82a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name='mausoleum'
pkgname="$_name"
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc='A Python GUI application, command line interface, and wrapper for Tomb'
arch=('any')
url='https://github.com/mandeep/Mausoleum'