summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7476b7243dcf
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = libunique
+ pkgdesc = Library for writing single instance applications for GTK3
+ pkgver = 1.1.6
+ pkgrel = 9
+ url = https://wiki.gnome.org/Attic/LibUnique
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = gtk3
+ source = https://archive.artixlinux.org/packages/l/libunique/libunique-1.1.6-8-x86_64.pkg.tar.zst
+ sha256sums = 762f66826c73fdf97810cc3e04579139f564be50f53a071cc3dfb90c7836c48a
+
+pkgname = libunique
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9e0d0fe8460f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: LeSnake <dev.lesnake@posteo.de>
+
+pkgname=libunique
+pkgver=1.1.6
+pkgrel=9
+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')