summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD19
2 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16bbf560541..26d6bb872bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = urxvtconfig
pkgdesc = A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.
- pkgver = 1.5.47d7f67
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/daedreth/URXVTConfig
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = urxvtconfig
optdepends = imagemagick: Needed to get colours from a file.
provides = urxvtconfig
conflicts = urxvtconfig
- source = urxvtconfig::git+https://github.com/daedreth/URXVTConfig.git
+ source = https://github.com/daedreth/URXVTConfig/archive/1.0.tar.gz
md5sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6098cf8d2782..498defbabd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Seriel <jack@seriel.pw>
+# Maintainer: Seriel <seriel@fl0.co>
pkgname=urxvtconfig
-pkgver=1.5.47d7f67
+pkgver=1.0
pkgrel=1
pkgdesc='A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.'
arch=('x86_64')
@@ -12,23 +12,12 @@ optdepends=('imagemagick: Needed to get colours from a file.')
makedepends=('qt4' 'gcc' 'git')
conflicts=($pkgname)
provides=($pkgname)
-source=('urxvtconfig::git+https://github.com/daedreth/URXVTConfig.git')
+source=('https://github.com/daedreth/URXVTConfig/archive/1.0.tar.gz')
md5sums=('SKIP')
sha256sums=('SKIP')
-pkgver() {
- cd $pkgname
- git describe --tags --long | sed -r -e 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g'
-}
-
-#build() {
-# cd "${srcdir}/${pkgname}"
-# /usr/lib64/qt4/bin/qmake source/URXVTConfig.pro
-# make
-#}
-
package() {
- cd $pkgname
+ cd "$srcdir/URXVTConfig-$pkgver"
/usr/lib64/qt4/bin/qmake source/URXVTConfig.pro
make DESTDIR="${pkgdir}" install
install -D -m 755 urxvtconfig "$pkgdir/usr/bin/urxvtconfig"