summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Hernández2015-06-29 03:01:42 -0500
committerIan Hernández2015-06-29 03:01:42 -0500
commit3a0e3fa71bc641d340c8c88530e21d805bebb68d (patch)
treef0cb2ca1162427359efb4e93aa4e2b3e431b9b77
parent4e47c1db513818777d0d9181adf3c1d1381cf26e (diff)
downloadaur-3a0e3fa71bc641d340c8c88530e21d805bebb68d.tar.gz
Updated to Beta 9.9-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 020658167b48..5100aae3398e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = simple-text
pkgdesc = A not so simple text and code editor written in Vala (Still in development)
pkgver = 0.9.9
- pkgrel = 2
- url = https://github.com/BadWolfie/simple-text
+ pkgrel = 3
+ url = https://github.com/badwolfie/simple-text
install = simple-text.install
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = simple-text
depends = libcap
depends = dconf
options = !emptydirs
- source = simple-text-0.9.9::git+https://github.com/BadWolfie/simple-text.git
+ source = simple-text-0.9.9::git+https://github.com/badwolfie/simple-text.git
md5sums = SKIP
pkgname = simple-text
diff --git a/PKGBUILD b/PKGBUILD
index cf4331bb1be1..4ff4345fd7c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
-# $Id$
# Maintainer: Ian Hernandez <ihernandezs@openmailbox.org>
pkgname=simple-text
pkgver=0.9.9
-pkgrel=2
+pkgrel=3
pkgdesc="A not so simple text and code editor written in Vala (Still in development)"
arch=('i686' 'x86_64')
license=('GPL2')
-url="https://github.com/BadWolfie/$pkgname"
+url="https://github.com/badwolfie/$pkgname"
depends=('gtk3' 'gtksourceview3' 'libgee' 'vte3' 'libcap' 'dconf')
makedepends=('vala' 'git' 'intltool')
options=('!emptydirs')