summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD11
2 files changed, 20 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90f9724800c0..897e3e226615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,23 @@
pkgbase = flips
- pkgdesc = Floating IPS - Applies and creates IPS and BPS patches
- pkgver = 126
+ pkgdesc = Patcher for IPS and BPS files
+ 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=3476e5e46fc6f10df475f0cad1714358ba04c756
+ 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 7ec075dd5b63..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=126
-_commit=3476e5e46fc6f10df475f0cad1714358ba04c756
+pkgver=146
+_commit=20b0da9ab95d23da89f821bbddedb11b8e0e6531
pkgrel=1
-pkgdesc="Floating IPS - Applies and creates IPS and BPS patches"
-depends=('gtk3')
+pkgdesc="Patcher for IPS and BPS files"
+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')