summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-01-08 14:53:35 +0100
committerValHue2017-01-08 14:53:35 +0100
commite4e30df4a1fe97a7bea402fc2faa2b218e0861be (patch)
treeb7338635d88619908a5d13b392d641f5a5baed04
parenta97d386fd02c8bdf1941e24e4289c13f044cde18 (diff)
downloadaur-e4e30df4a1fe97a7bea402fc2faa2b218e0861be.tar.gz
Update to 1.2.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 746f0c5a8380..e589e86caae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snap4arduino
pkgdesc = A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board.
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://snap4arduino.org/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = snap4arduino
depends = libxss
depends = gtk2
depends = gconf
- depends = freetype2-ubuntu
+ depends = freetype2
provides = snap4arduino
source_i686 = http://snap4arduino.org/downloads/1.2.1/Snap4Arduino_desktop-gnu-32_1.2.1.tar.gz
sha256sums_i686 = ece65ce5b901b29d70e54494f757aa46e439911a7192f3c861b36a8cb9f9f580
diff --git a/PKGBUILD b/PKGBUILD
index b07d597cfc2d..b259d840ebf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname="Snap4Arduino_desktop-gnu"
pkgname="snap4arduino"
pkgver="1.2.1"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board."
arch=('i686' 'x86_64')
url="http://snap4arduino.org/"
license=('GPL3')
-depends=('nss' 'libxtst' 'alsa-lib' 'libxss' 'gtk2' 'gconf' 'freetype2-ubuntu')
+depends=('nss' 'libxtst' 'alsa-lib' 'libxss' 'gtk2' 'gconf' 'freetype2')
provides=("${pkgname}")
source_i686=("http://${pkgname}.org/downloads/${pkgver}/Snap4Arduino_desktop-gnu-32_${pkgver}.tar.gz")