aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-27 16:40:20 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-27 16:40:20 +0100
commit329769551d94dc1075a05e3393f80ef393a81738 (patch)
tree427d32e9dfabdc1e2f3b60251b9c30939823d380
parentclut could be left unrestored because of race condition (diff)
downloadunstickpixels-329769551d94dc1075a05e3393f80ef393a81738.tar.gz
unstickpixels-329769551d94dc1075a05e3393f80ef393a81738.tar.bz2
unstickpixels-329769551d94dc1075a05e3393f80ef393a81738.tar.xz
remove dist2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--dist/archlinux/stable/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
deleted file mode 100644
index 84985e2..0000000
--- a/dist/archlinux/stable/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=unstickpixels
-pkgver=1
-pkgrel=1
-pkgdesc='Screen loop to try to unstick stuck pixels'
-arch=(any)
-url='https://github.com/maandree/unstickpixels'
-license=(GPL3)
-depends=(python3 coreutils)
-makedepends=(texinfo gzip)
-source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(78b2c47f8f4819624c310e5fc790d9a40055e0811d532a0d5db9a22b9c763299)
-
-
-build() {
- cd "${srcdir}/unstickpixels-${pkgver}"
- make
-}
-
-package() {
- cd "${srcdir}/unstickpixels-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-