summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeSnake042021-08-10 14:30:35 +0200
committerLeSnake042021-08-10 14:30:35 +0200
commit72c8d1af7cf90bc0908d212bbecb3c822e4507b1 (patch)
treecded4b7d6e37ff02055bcf29a0292667473e50e4 /PKGBUILD
parentc8cf4c95973d991f0f9f6aa6f48f7831509ab6bd (diff)
downloadaur-72c8d1af7cf90bc0908d212bbecb3c822e4507b1.tar.gz
workaroud to set pkgrel to 8 to avoid confusion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 188839f90c0a..e46d63db921a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=libunique
pkgver=1.1.6
-pkgrel=10
+pkgrel=8
pkgdesc='Library for writing single instance applications for GTK3'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Attic/LibUnique'
license=('GPL')
depends=('gtk3')
#conflicts=('libunique3')
-source=(https://archive.artixlinux.org/packages/l/libunique/libunique-1.1.6-8-x86_64.pkg.tar.zst)
-sha256sums=('762f66826c73fdf97810cc3e04579139f564be50f53a071cc3dfb90c7836c48a')
+source=(libunique-1.1.6-8-x86_64.tar.gz)
+sha256sums=('3f1aa2a6adbda9c9624d1ad131dd87802d76218649bd884e7f0ad3eb679f70b7')
package(){
mv $srcdir/usr $pkgdir/usr
- rm $srcdir/libunique-1.1.6-8-x86_64.pkg.tar.zst
}