summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-04-03 15:24:05 +0200
committerChristopher Arndt2021-04-03 15:24:05 +0200
commit132f6a84ff6f837a08dbfd8f1c55e83feabe521e (patch)
tree839cfd79aa2016df847af7ebd775b3a75a7f6d58
parent2d84ced4248e7c28e2f33a1f5d9d511d5573a2be (diff)
downloadaur-132f6a84ff6f837a08dbfd8f1c55e83feabe521e.tar.gz
New upstream version 1.30.0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7916f7567e46..a37ba8701f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpeas-lua51
pkgdesc = A GObject plugin library (with Lua 5.1 support)
- pkgver = 1.24.1
+ pkgver = 1.30.0
pkgrel = 1
url = https://wiki.gnome.org/Projects/Libpeas
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = libpeas-lua51
optdepends = python-gobject: Python loader
provides = libpeas
conflicts = libpeas
- source = https://download.gnome.org/sources/libpeas/1.24/libpeas-1.24.1.tar.xz
- sha256sums = 9c3acf7a567cbb4f8bf62b096e013f12c3911cc850c3fa9900cbd5aa4f6ec284
+ source = https://download.gnome.org/sources/libpeas/1.30/libpeas-1.30.0.tar.xz
+ sha256sums = 0bf5562e9bfc0382a9dcb81f64340787542568762a3a367d9d90f6185898b9a3
pkgname = libpeas-lua51
diff --git a/.gitignore b/.gitignore
index b42f5b4a8d70..29420a76399b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ pkg/
src/
libpeas-*.tar.xz
libpeas-lua51-*.pkg.tar.xz
+libpeas-lua51-*.pkg.tar.zst
libpeas-lua51-*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 66eba5e8f8d1..4f354293276e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libpeas
_repo='https://gitlab.gnome.org/GNOME/libpeas'
pkgname="${_basename}-lua51"
-pkgver=1.24.1
+pkgver=1.30.0
pkgrel=1
pkgdesc='A GObject plugin library (with Lua 5.1 support)'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
'python-gobject: Python loader'
)
source=(https://download.gnome.org/sources/$_basename/${pkgver:0:4}/$_basename-${pkgver}.tar.xz)
-sha256sums=('9c3acf7a567cbb4f8bf62b096e013f12c3911cc850c3fa9900cbd5aa4f6ec284')
+sha256sums=('0bf5562e9bfc0382a9dcb81f64340787542568762a3a367d9d90f6185898b9a3')
prepare() {