summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-11-28 10:48:45 -0600
committernate2023-11-28 10:48:45 -0600
commitea03db308c7846d004ad0f16e547f955b779e15b (patch)
tree85c731f77b17ee9b1894882836efae584d13ee23
parentb708ce234231245fa4d3b216dd696b8e92d93781 (diff)
downloadaur-ea03db308c7846d004ad0f16e547f955b779e15b.tar.gz
pix 3.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779fd55976ca..19bb6ee0df3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pix
pkgdesc = Image viewer and browser based on gthumb. X-Apps Project.
- pkgver = 3.0.2
- pkgrel = 2
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/linuxmint/pix
arch = i686
arch = x86_64
@@ -32,9 +32,7 @@ pkgbase = pix
optdepends = yelp: View help and documentation from the app
provides = pix
conflicts = pix-git
- source = pix-3.0.2.tar.gz::https://github.com/linuxmint/pix/archive/3.0.2.tar.gz
- source = 0001-exiv-0.28.patch
- md5sums = b21058d9a5be28d524dfbf06e73dc890
- md5sums = 9c20e12ed62c5d023c9dd81fe6e4e3ab
+ source = pix-3.2.0.tar.gz::https://github.com/linuxmint/pix/archive/3.2.0.tar.gz
+ md5sums = e0f3aa1ef529ddac79b7fe0c624e8390
pkgname = pix
diff --git a/PKGBUILD b/PKGBUILD
index 8073d0532094..4da2aff8c9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=pix
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="Image viewer and browser based on gthumb. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -39,15 +39,8 @@ provides=($pkgname)
conflicts=('pix-git')
url='https://github.com/linuxmint/pix'
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz"
-'0001-exiv-0.28.patch')
-md5sums=('b21058d9a5be28d524dfbf06e73dc890' '9c20e12ed62c5d023c9dd81fe6e4e3ab')
-
-
-prepare() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- patch --forward --strip=1 --input="${srcdir}"/0001-exiv-0.28.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('e0f3aa1ef529ddac79b7fe0c624e8390')
build() {