summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD9
2 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca3868b6e47..897e3e226615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,23 @@
pkgbase = flips
pkgdesc = Patcher for IPS and BPS files
- pkgver = 145
+ pkgver = 146
pkgrel = 1
url = https://github.com/Alcaro/Flips
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
+ depends = at-spi2-core
+ depends = cairo
+ depends = gcc-libs
+ depends = gdk-pixbuf2
+ depends = glibc
+ depends = glib2
depends = gtk3
- source = flips::git+https://github.com/Alcaro/Flips.git#commit=eb3b86f0f5c8a61ab9b3d982ab949877b9060ea1
+ depends = harfbuzz
+ depends = hicolor-icon-theme
+ depends = pango
+ depends = zlib
+ source = flips::git+https://github.com/Alcaro/Flips.git#commit=20b0da9ab95d23da89f821bbddedb11b8e0e6531
sha256sums = SKIP
pkgname = flips
diff --git a/PKGBUILD b/PKGBUILD
index 27189007823a..a2ab04eac703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=flips
# Each commit to master should be treated as a release as per upstream recommendation.
-pkgver=145
-_commit=eb3b86f0f5c8a61ab9b3d982ab949877b9060ea1
+pkgver=146
+_commit=20b0da9ab95d23da89f821bbddedb11b8e0e6531
pkgrel=1
pkgdesc="Patcher for IPS and BPS files"
-depends=('gtk3')
+depends=('at-spi2-core' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glib2' 'gtk3'
+ 'harfbuzz' 'hicolor-icon-theme' 'pango' 'zlib')
makedepends=('git')
arch=('x86_64')
url="https://github.com/Alcaro/Flips"
-license=('GPL')
+license=('GPL-3.0-or-later')
source=("flips::git+https://github.com/Alcaro/Flips.git#commit=$_commit")
sha256sums=('SKIP')