summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554ea950f339..90f9724800c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = flips
pkgdesc = Floating IPS - Applies and creates IPS and BPS patches
- pkgver = 123
+ pkgver = 126
pkgrel = 1
url = https://github.com/Alcaro/Flips
arch = x86_64
license = GPL
makedepends = git
depends = gtk3
- source = flips::git+https://github.com/Alcaro/Flips.git#commit=5a3d2012b8ea53ae777c24b8ac4edb9a6bdb9761
+ source = flips::git+https://github.com/Alcaro/Flips.git#commit=3476e5e46fc6f10df475f0cad1714358ba04c756
sha256sums = SKIP
pkgname = flips
-
diff --git a/PKGBUILD b/PKGBUILD
index 1023616de867..7ec075dd5b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=flips
# Each commit to master should be treated as a release as per upstream recommendation.
-pkgver=123
-_commit=5a3d2012b8ea53ae777c24b8ac4edb9a6bdb9761
+pkgver=126
+_commit=3476e5e46fc6f10df475f0cad1714358ba04c756
pkgrel=1
pkgdesc="Floating IPS - Applies and creates IPS and BPS patches"
depends=('gtk3')