summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Westra2021-09-20 23:32:08 -0700
committerAlbert Westra2021-09-20 23:32:08 -0700
commit41058dd874004120fb4ec89b9eb163f036c14c8a (patch)
treeb8d7de1245572b39885158494dde150c667dca8e
parent5bbdc1709e8e780e51e80f7e16a9404df66ad2ab (diff)
downloadaur-libmypaint-git.tar.gz
Update Version and Gitignore
Updated PKGBUILD with latest commit and have it ignore the *.pkg.tar.zst packages that arch has adopted to prevent unintended package pushes.
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b39b743c75..8fc2d62ca1f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,4 +17,3 @@ pkgbase = libmypaint-git
md5sums = SKIP
pkgname = libmypaint-git
-
diff --git a/.gitignore b/.gitignore
index b6e4af91d638..f3931a698766 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
+*.pkg.tar.zst
pkg/
src/
libmypaint/
diff --git a/PKGBUILD b/PKGBUILD
index 5001ec150466..541fa50768ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basever=2.0.0.master
pkgname=libmypaint-git
-pkgver=2.0.0.master.r981.c28b059
+pkgver=2.0.0.master.r1042.826069d
pkgrel=1
pkgdesc="A library for making brushstrokes which is used by MyPaint and other projects."
arch=('i686' 'x86_64')