summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7867e377823..c24990cb82ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Giulio Girardi <giulio at rapgenic.it>
pkgname=cinnamon-remove-application
-pkgver=0.0.1
-pkgrel=3
+pkgver=0.0.2
+pkgrel=0
pkgdesc="Arch linux version of cinnamon-remove-application (enables the uninstall option in the right click Cinnamon application menu)"
arch=('any')
url="https://github.com/rapgenic/cinnamon-remove-application"
license=('GPL2')
source=("https://github.com/rapgenic/${pkgname}/archive/${pkgver}.zip")
-md5sums=('4933e05d18a9492860e8c863fa400d58')
-depends=('gtk3' 'pkgfile' 'pacman' 'cinnamon')
+md5sums=('f47abdd41600302f784d72edf5b6b70e')
+depends=('gtk3' 'pacman' 'cinnamon')
package() {
install -Dm0755 "$srcdir/${pkgname}-${pkgver}/usr/bin/cinnamon-remove-application" "$pkgdir/usr/bin/cinnamon-remove-application"