summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2023-11-28 10:48:45 -0600
committernate2023-11-28 10:48:45 -0600
commitea03db308c7846d004ad0f16e547f955b779e15b (patch)
tree85c731f77b17ee9b1894882836efae584d13ee23 /PKGBUILD
parentb708ce234231245fa4d3b216dd696b8e92d93781 (diff)
downloadaur-ea03db308c7846d004ad0f16e547f955b779e15b.tar.gz
pix 3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
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() {