aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-09-16 21:20:33 +0200
committerbartus2019-09-16 21:49:33 +0200
commitf901cad2b779d47546a26ac60234b584e2b38551 (patch)
tree26f868b0c79f6977df0b0fb45d1c73e678cc330d /PKGBUILD
parenta3a18b265ef17950e7101d6cdfd8a60cc849f5de (diff)
downloadaur-f901cad2b779d47546a26ac60234b584e2b38551.tar.gz
Merge gimp-develop-git.
Merge history from gimp-develop-git Pop epoch as pkgver is lower for gimp-develp-git Replace gimp-develop-git, gimp-noconflict-git with gimp-git.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e71a398e9f99..d6b78e9dd2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
+# shellcheck disable=SC2034
# Contributor: Filipe Laíns (FFY00) <filipe.lains@gmail.com>
# Contributor: Iru Cai <mytbk920423@gmail.com>
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
-pkgname=gimp-develop-git
-_pkgname=${pkgname%-develop-git}
-epoch=1
-pkgver=2.99.1.r3723.65530b6aa7
+pkgname=gimp-git
+_pkgname=${pkgname%-git}
+replaces=(gimp-noconflict-git gimp-develop-git)
+epoch=2
+pkgver=2.99.1.r3759.8edb75d78f
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')